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

  /system/bt/stack/gatt/
gatt_sr.c 66 p_cmd->status = GATT_NOT_FOUND;
205 p_cmd->status = GATT_NOT_FOUND;
215 p_cmd->status = GATT_NOT_FOUND;
226 p_cmd->status = GATT_NOT_FOUND;
528 tGATT_STATUS status = GATT_NOT_FOUND;
620 tGATT_STATUS status = GATT_NOT_FOUND;
807 reason = GATT_NOT_FOUND;
854 reason = GATT_NOT_FOUND;
    [all...]
gatt_db.c 334 tGATT_STATUS status = GATT_NOT_FOUND;
643 tGATT_STATUS status = GATT_NOT_FOUND;
697 tGATT_STATUS status = GATT_NOT_FOUND;
741 tGATT_STATUS status = GATT_NOT_FOUND;
    [all...]
gatt_api.c 481 return GATT_NOT_FOUND;
488 return GATT_NOT_FOUND;
    [all...]
gatt_cl.c 534 if (reason == GATT_NOT_FOUND)
    [all...]
  /system/bt/stack/srvc/
srvc_battery.c 76 tGATT_STATUS st = GATT_NOT_FOUND;
116 tGATT_STATUS st = GATT_NOT_FOUND;
srvc_eng.c 219 tGATT_STATUS status = GATT_NOT_FOUND;
254 *p_status = GATT_NOT_FOUND;
srvc_dis.c 123 tGATT_STATUS st = GATT_NOT_FOUND;
  /system/bt/stack/gap/
gap_ble.c 272 return GATT_NOT_FOUND;
315 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 70 #define BTA_GATT_NOT_FOUND GATT_NOT_FOUND /* 0x000a */
    [all...]

Completed in 61 milliseconds