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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 46 static void gatt_disc_res_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data);
323 static void gatt_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data)
gatt_cl.c 415 tGATT_DISC_RES result;
425 memset (&result, 0, sizeof(tGATT_DISC_RES));
461 tGATT_DISC_RES result;
747 tGATT_DISC_RES result;
791 memset(&result, 0, sizeof(tGATT_DISC_RES));
    [all...]
gatt_int.h 392 tGATT_DISC_RES result;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 548 } tGATT_DISC_RES;
560 tGATT_DISC_RES *p_data);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 142 tGATT_DISC_RES *p_data)
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 536 extern void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data);
bta_gattc_cache.c 945 void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data)
    [all...]

Completed in 36 milliseconds