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

  /system/bt/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);
326 static void gatt_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data)
gatt_cl.c 416 tGATT_DISC_RES result;
426 memset (&result, 0, sizeof(tGATT_DISC_RES));
462 tGATT_DISC_RES result;
748 tGATT_DISC_RES result;
792 memset(&result, 0, sizeof(tGATT_DISC_RES));
    [all...]
gatt_int.h 390 tGATT_DISC_RES result;
  /system/bt/stack/include/
gatt_api.h 549 } tGATT_DISC_RES;
560 tGATT_DISC_RES *p_data);
    [all...]
  /system/bt/btif/src/
btif_gatt_test.c 142 tGATT_DISC_RES *p_data)
  /system/bt/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 946 void bta_gattc_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data)
    [all...]

Completed in 279 milliseconds