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.cc188 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
200 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
222 if (mtu < *p_len) return GATT_NO_RESOURCES; in read_attr_value()
280 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
303 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
Dgatt_api.cc473 if (!p_msg) return GATT_NO_RESOURCES; in GATTS_HandleValueIndication()
535 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleValueNotification()
633 return GATT_NO_RESOURCES; in GATTC_ConfigureMTU()
699 return GATT_NO_RESOURCES; in GATTC_Discover()
760 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_Read()
839 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_Write()
892 if (!p_clcb) return GATT_NO_RESOURCES; in GATTC_ExecuteWrite()
Datt_protocol.cc407 return GATT_NO_RESOURCES; in attp_send_sr_msg()
475 if (p_cmd == NULL) return GATT_NO_RESOURCES; in attp_send_cl_confirmation_msg()
597 return GATT_NO_RESOURCES; in attp_send_cl_msg()
Dgatt_sr.cc486 err = GATT_NO_RESOURCES; in gatt_process_read_multi_req()
596 if (len < info_pair_len[p_msg->offset - 1]) return GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
612 return GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
761 if (reason == GATT_NO_RESOURCES) { in gatts_process_find_info()
899 if (ret == GATT_NO_RESOURCES) reason = GATT_SUCCESS; in gatts_process_read_by_type_req()
Dgatt_cl.cc992 gatt_end_operation(p_clcb, GATT_NO_RESOURCES, in gatt_process_read_rsp()
/system/bt/stack/include/
Dsrvc_api.h29 #define DIS_NO_RESOURCES GATT_NO_RESOURCES
Dgatt_api.h56 GATT_NO_RESOURCES = 0x80, enumerator
/system/bt/bta/gatt/
Dbta_gatts_act.cc215 status = GATT_NO_RESOURCES; in bta_gatts_register()
225 status = GATT_NO_RESOURCES; in bta_gatts_register()
Dbta_gattc_act.cc167 tGATT_STATUS status = GATT_NO_RESOURCES; in bta_gattc_register()
271 bta_gattc_send_open_cback(p_clreg, GATT_NO_RESOURCES, in bta_gattc_process_api_open()
384 bta_gattc_send_open_cback(p_clreg, GATT_NO_RESOURCES, p_data->remote_bda, in bta_gattc_init_bk_conn()
Dbta_gattc_api.cc679 status = GATT_NO_RESOURCES; in BTA_GATTC_RegisterForNotifications()