HomeSort by relevance Sort by last modified time
    Searched refs:GATT_NOT_FOUND (Results 1 - 9 of 9) sorted by null

  /system/bt/stack/gatt/
gatt_sr.cc 60 p_cmd->status = GATT_NOT_FOUND;
179 p_cmd->status = GATT_NOT_FOUND;
186 p_cmd->status = GATT_NOT_FOUND;
195 p_cmd->status = GATT_NOT_FOUND;
445 tGATT_STATUS status = GATT_NOT_FOUND;
512 if (!el.p_db) return GATT_NOT_FOUND;
552 return GATT_NOT_FOUND;
626 gatt_send_error_rsp(tcb, GATT_NOT_FOUND, op_code, s_hdl, false);
678 reason = GATT_NOT_FOUND;
813 reason = GATT_NOT_FOUND;
    [all...]
gatt_db.cc 259 tGATT_STATUS status = GATT_NOT_FOUND;
488 if (!p_attr) return GATT_NOT_FOUND;
526 if (!p_attr) return GATT_NOT_FOUND;
560 if (!p_attr) return GATT_NOT_FOUND;
589 tGATT_STATUS status = GATT_NOT_FOUND;
gatt_cl.cc 479 if (reason == GATT_NOT_FOUND) {
    [all...]
  /system/bt/stack/srvc/
srvc_battery.cc 70 tGATT_STATUS st = GATT_NOT_FOUND;
107 tGATT_STATUS st = GATT_NOT_FOUND;
srvc_eng.cc 206 tGATT_STATUS status = GATT_NOT_FOUND;
239 *p_status = GATT_NOT_FOUND;
srvc_dis.cc 134 tGATT_STATUS st = GATT_NOT_FOUND;
  /system/bt/stack/gap/
gap_ble.cc 168 return GATT_NOT_FOUND;
186 return GATT_NOT_FOUND;
  /system/bt/stack/include/
gatt_api.h 39 #define GATT_NOT_FOUND 0x0a
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 64 #define BTA_GATT_NOT_FOUND GATT_NOT_FOUND /* 0x000a */
    [all...]

Completed in 187 milliseconds