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

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c128 ** dst_uuid - destination uuid for the connection
137 tBT_UUID *dst_uuid,
151 if (src_uuid->len != dst_uuid->len)
170 memcpy ((UINT8 *)&(p_bcb->prv_dst_uuid), (UINT8 *)&(p_bcb->dst_uuid), sizeof (tBT_UUID));
177 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)dst_uuid, sizeof (tBT_UUID));
275 memcpy ((UINT8 *)&(p_bcb->dst_uuid), (UINT8 *)&(p_bcb->prv_dst_uuid), sizeof (tBT_UUID));
773 memcpy (&(p_status->dst_uuid), &(p_bcb->dst_uuid), sizeof (tBT_UUID));
135 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:__anon1103
/external/bluetooth/bluedroid/stack/include/
H A Dbnep_api.h218 tBT_UUID dst_uuid; member in struct:__anon1261
272 ** dst_uuid - destination uuid for the connection
281 tBT_UUID *dst_uuid,
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_api.c300 tBT_UUID src_uuid, dst_uuid; local
346 dst_uuid.uu.uuid16 = UUID_SERVCLASS_PANU;
351 dst_uuid.uu.uuid16 = UUID_SERVCLASS_GN;
356 dst_uuid.uu.uuid16 = UUID_SERVCLASS_NAP;
358 mx_chan_id = dst_uuid.uu.uuid16;
369 dst_uuid.uu.uuid16 = UUID_SERVCLASS_PANU;
416 pcb->prv_dst_uuid = pcb->dst_uuid;
419 pcb->dst_uuid = dst_uuid.uu.uuid16;
422 dst_uuid
[all...]
H A Dpan_int.h59 UINT16 dst_uuid; member in struct:__anon1546

Completed in 5058 milliseconds