Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_sr.cc63 p_cmd->status = GATT_NOT_FOUND; in gatt_sr_enqueue_cmd()
182 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()
189 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()
198 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()
455 tGATT_STATUS status = GATT_NOT_FOUND; in gatt_build_primary_service_rsp()
524 if (!el.p_db) return GATT_NOT_FOUND; in gatt_build_find_info_rsp()
564 return GATT_NOT_FOUND; in gatt_build_find_info_rsp()
637 gatt_send_error_rsp(tcb, GATT_NOT_FOUND, op_code, s_hdl, false); in gatts_process_primary_service_req()
688 reason = GATT_NOT_FOUND; in gatts_process_find_info()
823 reason = GATT_NOT_FOUND; in gatts_process_read_by_type_req()
[all …]
Dgatt_db.cc259 tGATT_STATUS status = GATT_NOT_FOUND; in gatts_db_read_attr_value_by_type()
447 if (!p_attr) return GATT_NOT_FOUND; in gatts_read_attr_value_by_handle()
485 if (!p_attr) return GATT_NOT_FOUND; in gatts_read_attr_perm_check()
519 if (!p_attr) return GATT_NOT_FOUND; in gatts_write_attr_perm_check()
548 tGATT_STATUS status = GATT_NOT_FOUND; in gatts_write_attr_perm_check()
Dgatt_cl.cc484 if (reason == GATT_NOT_FOUND) { in gatt_proc_disc_error_rsp()
/system/bt/stack/srvc/
Dsrvc_battery.cc69 tGATT_STATUS st = GATT_NOT_FOUND; in battery_s_write_attr_value()
106 tGATT_STATUS st = GATT_NOT_FOUND; in battery_s_read_attr_value()
Dsrvc_eng.cc206 tGATT_STATUS status = GATT_NOT_FOUND; in srvc_eng_process_read_req()
239 *p_status = GATT_NOT_FOUND; in srvc_eng_process_write_req()
Dsrvc_dis.cc121 tGATT_STATUS st = GATT_NOT_FOUND; in dis_read_attr_value()
/system/bt/stack/gap/
Dgap_ble.cc169 return GATT_NOT_FOUND; in read_attr_value()
187 return GATT_NOT_FOUND; in proc_write_req()
/system/bt/stack/include/
Dgatt_api.h39 #define GATT_NOT_FOUND 0x0a macro