Searched refs:GATT_NOT_FOUND (Results 1 – 8 of 8) sorted by relevance
64 p_cmd->status = GATT_NOT_FOUND; in gatt_sr_enqueue_cmd()183 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()190 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()199 p_cmd->status = GATT_NOT_FOUND; in process_read_multi_rsp()456 tGATT_STATUS status = GATT_NOT_FOUND; in gatt_build_primary_service_rsp()525 if (!el.p_db) return GATT_NOT_FOUND; in gatt_build_find_info_rsp()565 return GATT_NOT_FOUND; in gatt_build_find_info_rsp()638 gatt_send_error_rsp(tcb, GATT_NOT_FOUND, op_code, s_hdl, false); in gatts_process_primary_service_req()689 reason = GATT_NOT_FOUND; in gatts_process_find_info()824 reason = GATT_NOT_FOUND; in gatts_process_read_by_type_req()[all …]
259 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()
222 return GATT_NOT_FOUND; in read_attr_value()250 return GATT_NOT_FOUND; in proc_write_req()
483 if (reason == GATT_NOT_FOUND) { in gatt_proc_disc_error_rsp()
205 tGATT_STATUS status = GATT_NOT_FOUND; in srvc_eng_process_read_req()230 *p_status = GATT_NOT_FOUND; in srvc_eng_process_write_req()
121 tGATT_STATUS st = GATT_NOT_FOUND; in dis_read_attr_value()
169 return GATT_NOT_FOUND; in read_attr_value()187 return GATT_NOT_FOUND; in proc_write_req()
39 #define GATT_NOT_FOUND 0x0a macro