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

  /system/bt/stack/gatt/
gatt_db.c 295 status = GATT_PENDING;
377 if (status == GATT_PENDING)
414 if ((p_tcb->att_lcid == L2CAP_ATT_CID) && (status == GATT_PENDING) &&
659 if (status == GATT_PENDING)
    [all...]
gatt_sr.c 510 if (err != GATT_SUCCESS && err != GATT_PENDING && err != GATT_BUSY)
    [all...]
  /system/bt/stack/include/
gatt_api.h 57 #define GATT_PENDING 0x88
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 88 #define BTA_GATT_PENDING GATT_PENDING /* 0x88 */
    [all...]

Completed in 2115 milliseconds