Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c66 p_cmd->status = GATT_NOT_FOUND; in gatt_sr_enqueue_cmd()
205 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()
215 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()
226 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()
529 tGATT_STATUS status = GATT_NOT_FOUND; in gatt_build_primary_service_rsp()
621 tGATT_STATUS status = GATT_NOT_FOUND; in gatt_build_find_info_rsp()
808 reason = GATT_NOT_FOUND; in gatts_process_primary_service_req()
855 reason = GATT_NOT_FOUND; in gatts_process_find_info()
1020 reason = GATT_NOT_FOUND; in gatts_process_read_by_type_req()
1049 if (ret != GATT_NOT_FOUND) in gatts_process_read_by_type_req()
[all …]
Dgatt_db.c339 tGATT_STATUS status = GATT_NOT_FOUND; in gatts_db_read_attr_value_by_type()
648 tGATT_STATUS status = GATT_NOT_FOUND; in gatts_read_attr_value_by_handle()
702 tGATT_STATUS status = GATT_NOT_FOUND; in gatts_read_attr_perm_check()
746 tGATT_STATUS status = GATT_NOT_FOUND; in gatts_write_attr_perm_check()
Dgatt_api.c481 return GATT_NOT_FOUND; in GATTS_StartService()
488 return GATT_NOT_FOUND; in GATTS_StartService()
Dgatt_cl.c533 if (reason == GATT_NOT_FOUND) in gatt_proc_disc_error_rsp()
/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_battery.c76 tGATT_STATUS st = GATT_NOT_FOUND; in battery_s_write_attr_value()
116 tGATT_STATUS st = GATT_NOT_FOUND; in battery_s_read_attr_value()
Dsrvc_eng.c219 tGATT_STATUS status = GATT_NOT_FOUND; in srvc_eng_process_read_req()
254 *p_status = GATT_NOT_FOUND; in srvc_eng_process_write_req()
Dsrvc_dis.c120 tGATT_STATUS st = GATT_NOT_FOUND; in dis_read_attr_value()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c273 return GATT_NOT_FOUND; in gap_read_attr_value()
316 return GATT_NOT_FOUND; in gap_proc_write_req()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h38 #define GATT_NOT_FOUND 0x0a macro
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h70 #define BTA_GATT_NOT_FOUND GATT_NOT_FOUND /* 0x000a */