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

  /system/bt/btif/include/
btif_gatt_util.h 31 void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src);
  /system/bt/btif/src/
btif_gatt_util.c 163 void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src) function
205 bta_to_btif_uuid(&p_dest->uuid, &p_src->uuid);
211 bta_to_btif_uuid(&p_dest->id.uuid, &p_src->id.uuid);
btif_gatt_server.c 180 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
219 bta_to_btif_uuid(&srvc_id.id.uuid, &p_data->create.uuid);
239 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
253 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
btif_gatt_client.c 475 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
    [all...]

Completed in 64 milliseconds