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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 123 case GATTC_OPTYPE_READ:
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 587 else if ((p_clcb->operation == GATTC_OPTYPE_READ) &&
857 else if (p_clcb->operation == GATTC_OPTYPE_READ && p_clcb->op_subtype == GATT_READ_BY_TYPE)
902 else if (p_clcb->operation == GATTC_OPTYPE_READ)
    [all...]
gatt_auth.c 145 else if (p_clcb->operation == GATTC_OPTYPE_READ)
gatt_api.c     [all...]
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 491 #define GATTC_OPTYPE_READ 2
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 279 if (op != GATTC_OPTYPE_READ)
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 616 if (op != GATTC_OPTYPE_READ)

Completed in 47 milliseconds