Searched refs:dst_uuid (Results 1 - 8 of 8) sorted by relevance

/system/bt/stack/bnep/
H A Dbnep_utils.c185 __func__, p_bcb->dst_uuid.uu.uuid16);
196 UINT8_TO_BE_STREAM (p, p_bcb->dst_uuid.len);
198 if (p_bcb->dst_uuid.len == 2)
200 UINT16_TO_BE_STREAM (p, p_bcb->dst_uuid.uu.uuid16);
203 else if (p_bcb->dst_uuid.len == 4)
205 UINT32_TO_BE_STREAM (p, p_bcb->dst_uuid.uu.uuid32);
208 else if (p_bcb->dst_uuid.len == 16)
210 memcpy (p, p_bcb->dst_uuid.uu.uuid128, p_bcb->dst_uuid.len);
211 p += p_bcb->dst_uuid
[all...]
H A Dbnep_api.c127 ** dst_uuid - destination uuid for the connection
136 tBT_UUID *dst_uuid,
150 if (src_uuid->len != dst_uuid->len)
164 memcpy ((UINT8 *)&(p_bcb->prv_dst_uuid), (UINT8 *)&(p_bcb->dst_uuid), sizeof (tBT_UUID));
171 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)dst_uuid, sizeof (tBT_UUID));
271 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)&(p_bcb->prv_dst_uuid), sizeof (tBT_UUID));
736 memcpy (&(p_status->dst_uuid), &(p_bcb->dst_uuid), sizeof (tBT_UUID));
134 BNEP_Connect(BD_ADDR p_rem_bda, tBT_UUID *src_uuid, tBT_UUID *dst_uuid, UINT16 *p_handle) argument
H A Dbnep_int.h161 tBT_UUID dst_uuid; member in struct:__anon857
/system/bt/stack/pan/
H A Dpan_api.c289 tBT_UUID src_uuid, dst_uuid; local
333 dst_uuid.uu.uuid16 = UUID_SERVCLASS_PANU;
337 dst_uuid.uu.uuid16 = UUID_SERVCLASS_GN;
341 dst_uuid.uu.uuid16 = UUID_SERVCLASS_NAP;
343 mx_chan_id = dst_uuid.uu.uuid16;
354 dst_uuid.uu.uuid16 = UUID_SERVCLASS_PANU;
399 pcb->prv_dst_uuid = pcb->dst_uuid;
402 pcb->dst_uuid = dst_uuid.uu.uuid16;
405 dst_uuid
[all...]
H A Dpan_main.c289 pcb->prv_dst_uuid = pcb->dst_uuid;
302 pcb->dst_uuid = remote_uuid->uu.uuid16;
336 pcb->dst_uuid = remote_uuid->uu.uuid16;
395 pcb->dst_uuid = pcb->prv_dst_uuid;
424 if (pcb->dst_uuid == UUID_SERVCLASS_PANU)
426 else if (pcb->dst_uuid == UUID_SERVCLASS_GN)
H A Dpan_int.h59 UINT16 dst_uuid; member in struct:__anon1253
H A Dpan_utils.c338 i, p_pcb->con_state, p_pcb->handle, p_pcb->src_uuid, p_pcb->dst_uuid,
/system/bt/stack/include/
H A Dbnep_api.h218 tBT_UUID dst_uuid; member in struct:__anon1014
272 ** dst_uuid - destination uuid for the connection
281 tBT_UUID *dst_uuid,

Completed in 114 milliseconds