Searched refs:custom_uuid (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4089 if (bta_dm_cb.custom_uuid[xx].len == 0)
4096 if (!memcmp (bta_dm_cb.custom_uuid[xx].uu.uuid128, p_msg->uuid.uu.uuid128, p_msg->uuid.len))
4114 memcpy (&(bta_dm_cb.custom_uuid[empty_slot]), &(p_msg->uuid), sizeof(tBT_UUID));
4132 memset (&(bta_dm_cb.custom_uuid[match_slot]), 0, sizeof(tBT_UUID));
4313 if (bta_dm_cb.custom_uuid[custom_uuid_idx].len == LEN_UUID_16)
4317 UINT16_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid16);
4350 if (bta_dm_cb.custom_uuid[custom_uuid_idx].len == LEN_UUID_32)
4354 UINT32_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_idx].uu.uuid32);
4383 if (bta_dm_cb.custom_uuid[custom_uuid_idx].len == LEN_UUID_128)
4387 ARRAY16_TO_STREAM(p, bta_dm_cb.custom_uuid[custom_uuid_id
[all...]
H A Dbta_dm_int.h963 tBT_UUID custom_uuid[BTA_EIR_SERVER_NUM_CUSTOM_UUID]; member in struct:__anon539

Completed in 69 milliseconds