Home
last modified time | relevance | path

Searched refs:GATT_NO_RESOURCES (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc192 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
204 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
226 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
246 return GATT_NO_RESOURCES; in read_attr_value()
289 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
312 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
Datt_protocol.cc460 return GATT_NO_RESOURCES; in attp_send_sr_msg()
543 if (p_cmd == NULL) return GATT_NO_RESOURCES; in attp_send_cl_confirmation_msg()
584 return GATT_NO_RESOURCES; in attp_send_cl_msg()
667 return GATT_NO_RESOURCES; in attp_send_cl_msg()
Dgatt_api.cc484 if (!p_msg) return GATT_NO_RESOURCES; in GATTS_HandleValueIndication()
621 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleValueNotification()
713 return GATT_NO_RESOURCES; in GATTC_ConfigureMTU()
901 return GATT_NO_RESOURCES; in GATTC_Discover()
957 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_Read()
1059 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_Write()
1107 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_ExecuteWrite()
Dgatt_sr.cc526 err = GATT_NO_RESOURCES; in gatt_process_read_multi_req()
635 if (len < info_pair_len[p_msg->offset - 1]) return GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
651 return GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
798 if (reason == GATT_NO_RESOURCES) { in gatts_process_find_info()
945 if (ret == GATT_NO_RESOURCES) reason = GATT_SUCCESS; in gatts_process_read_by_type_req()
Dgatt_cl.cc1046 gatt_end_operation(p_clcb, GATT_NO_RESOURCES, in gatt_process_read_rsp()
/packages/modules/Bluetooth/system/stack/include/
Dsrvc_api.h32 #define DIS_NO_RESOURCES GATT_NO_RESOURCES
Dgatt_api.h66 GATT_NO_RESOURCES = 0x80, enumerator
118 CASE_RETURN_TEXT(GATT_NO_RESOURCES); in gatt_status_text()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc212 status = GATT_NO_RESOURCES; in bta_gatts_register()
222 status = GATT_NO_RESOURCES; in bta_gatts_register()
Dbta_gattc_act.cc175 tGATT_STATUS status = GATT_NO_RESOURCES; in bta_gattc_register()
291 bta_gattc_send_open_cback(p_clreg, GATT_NO_RESOURCES, in bta_gattc_process_api_open()
428 bta_gattc_send_open_cback(p_clreg, GATT_NO_RESOURCES, p_data->remote_bda, in bta_gattc_init_bk_conn()
768 GATT_NO_RESOURCES, NULL); in bta_gattc_cfg_mtu()
Dbta_gattc_api.cc708 status = GATT_NO_RESOURCES; in BTA_GATTC_RegisterForNotifications()
Dbta_gattc_utils.cc405 GATT_NO_RESOURCES, NULL); in bta_gattc_continue()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dstack_gatt_test.cc201 std::make_pair(GATT_NO_RESOURCES, "GATT_NO_RESOURCES"), in TEST_F_WITH_FLAGS()