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

  /external/bluetooth/bluedroid/btif/include/
btif_gatt_util.h 31 void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 162 void bta_to_btif_uuid(bt_uuid_t *p_dest, tBT_UUID *p_src) function
204 bta_to_btif_uuid(&p_dest->uuid, &p_src->uuid);
210 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 420 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
    [all...]

Completed in 27 milliseconds