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

  /system/bt/btif/include/
btif_gatt_util.h 25 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src);
  /system/bt/btif/src/
btif_gatt_util.c 82 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src) function
114 btif_to_bta_uuid(&p_dest->uuid, &p_src->uuid);
120 btif_to_bta_uuid(&p_dest->id.uuid, &p_src->id.uuid);
btif_gatt_server.c 378 btif_to_bta_uuid(&uuid, &p_cb->uuid);
460 btif_to_bta_uuid(&uuid, &p_cb->uuid);
470 btif_to_bta_uuid(&uuid, &p_cb->uuid);
btif_gatt_test.c 275 btif_to_bta_uuid(&param.service, params->uuid1);
btif_gatt_client.c     [all...]
btif_gatt_multi_adv_util.c 405 btif_to_bta_uuid(&bt_uuid, &uuid);

Completed in 3560 milliseconds