Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_db.cc186 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
198 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
220 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
267 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
290 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
Dgatt_api.cc443 if (!p_msg) return GATT_NO_RESOURCES; in GATTS_HandleValueIndication()
501 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleValueNotification()
593 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_ConfigureMTU()
650 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_Discover()
705 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_Read()
783 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_Write()
836 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_ExecuteWrite()
Dgatt_sr.cc434 err = GATT_NO_RESOURCES; in gatt_process_read_multi_req()
541 if (len < info_pair_len[p_msg->offset - 1]) return GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
557 return GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
700 if (reason == GATT_NO_RESOURCES) { in gatts_process_find_info()
835 if (ret == GATT_NO_RESOURCES) reason = GATT_SUCCESS; in gatts_process_read_by_type_req()
Datt_protocol.cc398 if (p_msg == NULL) return GATT_NO_RESOURCES; in attp_send_sr_msg()
530 if (p_cmd == NULL) return GATT_NO_RESOURCES; in attp_send_cl_msg()
Dgatt_cl.cc941 gatt_end_operation(p_clcb, GATT_NO_RESOURCES, in gatt_process_read_rsp()
/system/bt/stack/include/
Dsrvc_api.h28 #define DIS_NO_RESOURCES GATT_NO_RESOURCES
Dgatt_api.h49 #define GATT_NO_RESOURCES 0x80 macro
/system/bt/bta/gatt/
Dbta_gatts_act.cc216 status = GATT_NO_RESOURCES; in bta_gatts_register()
226 status = GATT_NO_RESOURCES; in bta_gatts_register()
Dbta_gattc_act.cc171 tGATT_STATUS status = GATT_NO_RESOURCES; in bta_gattc_register()
269 bta_gattc_send_open_cback(p_clreg, GATT_NO_RESOURCES, in bta_gattc_process_api_open()
378 bta_gattc_send_open_cback(p_clreg, GATT_NO_RESOURCES, p_data->remote_bda, in bta_gattc_init_bk_conn()
Dbta_gattc_api.cc672 status = GATT_NO_RESOURCES; in BTA_GATTC_RegisterForNotifications()