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

  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 393 typedef UINT8 tGATT_DISC_TYPE;
555 typedef void (tGATT_DISC_RES_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data);
558 typedef void (tGATT_DISC_CMPL_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 136 static void btif_test_discovery_result_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type,
188 tGATT_DISC_TYPE disc_type,
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 472 extern void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data);
473 extern void bta_gattc_disc_cmpl_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
bta_gattc_cache.c 904 void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data)
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 816 tGATT_STATUS GATTC_Discover (UINT16 conn_id, tGATT_DISC_TYPE disc_type,
    [all...]

Completed in 34 milliseconds