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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 395 tGATT_DISC_RES result;
403 memset (&result, 0, sizeof(tGATT_DISC_RES));
439 tGATT_DISC_RES result;
697 tGATT_DISC_RES result;
734 memset(&result, 0, sizeof(tGATT_DISC_RES));
    [all...]
gatt_int.h 377 tGATT_DISC_RES result;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 544 } tGATT_DISC_RES;
555 typedef void (tGATT_DISC_RES_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 137 tGATT_DISC_RES *p_data)
  /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);
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...]

Completed in 23 milliseconds