/external/bluetooth/bluedroid/stack/bnep/ |
bnep_utils.c | 175 BNEP_TRACE_DEBUG1 ("BNEP sending setup req with dst uuid %x", p_bcb->dst_uuid.uu.uuid16); 191 UINT8_TO_BE_STREAM (p, p_bcb->dst_uuid.len); 193 if (p_bcb->dst_uuid.len == 2) 195 UINT16_TO_BE_STREAM (p, p_bcb->dst_uuid.uu.uuid16); 199 else if (p_bcb->dst_uuid.len == 4) 201 UINT32_TO_BE_STREAM (p, p_bcb->dst_uuid.uu.uuid32); 206 memcpy (p, p_bcb->dst_uuid.uu.uuid128, p_bcb->dst_uuid.len); 207 p += p_bcb->dst_uuid.len; 208 memcpy (p, p_bcb->src_uuid.uu.uuid128, p_bcb->dst_uuid.len) [all...] |
bnep_api.c | 128 ** 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));
|
bnep_int.h | 161 tBT_UUID dst_uuid; member in struct:__anon3059
|
/external/bluetooth/bluedroid/stack/pan/ |
pan_api.c | 300 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.len = 2 [all...] |
pan_main.c | 257 pcb->prv_dst_uuid = pcb->dst_uuid; 270 pcb->dst_uuid = remote_uuid->uu.uuid16; 304 pcb->dst_uuid = remote_uuid->uu.uuid16; 362 pcb->dst_uuid = pcb->prv_dst_uuid; 391 if (pcb->dst_uuid == UUID_SERVCLASS_PANU) 393 else if (pcb->dst_uuid == UUID_SERVCLASS_GN)
|
pan_int.h | 59 UINT16 dst_uuid; member in struct:__anon3491
|
pan_utils.c | 341 i, p_pcb->con_state, p_pcb->handle, p_pcb->src_uuid, p_pcb->dst_uuid,
|
/external/bluetooth/bluedroid/stack/include/ |
bnep_api.h | 218 tBT_UUID dst_uuid; member in struct:__anon3215 272 ** dst_uuid - destination uuid for the connection 281 tBT_UUID *dst_uuid,
|