Searched defs:uuid128 (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_util.c127 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128) argument
130 memset(uuid128, 0, sizeof(bt_uuid_t));
132 memcpy(uuid128->uu, sdp_base_uuid, MAX_UUID_SIZE);
134 memcpy(uuid128->uu + 2, &uuid16_bo, sizeof(uint16_t));
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h249 UINT8 uuid128[LEN_UUID_128]; member in union:__anon568
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h433 UINT8 uuid128[MAX_UUID_SIZE]; member in union:__anon1389::__anon1390
H A Dbtm_ble_api.h368 UINT8 uuid128[MAX_UUID_SIZE]; member in struct:__anon1477
/external/libnfc-nci/src/include/
H A Dbt_types.h410 UINT8 uuid128[MAX_UUID_SIZE]; member in union:__anon23159::__anon23160

Completed in 333 milliseconds