HomeSort by relevance Sort by last modified time
    Searched refs:dst_uuid (Results 1 - 7 of 7) sorted by null

  /system/bt/stack/pan/
pan_api.cc 298 uint16_t src_uuid, dst_uuid; local
315 dst_uuid = UUID_SERVCLASS_PANU;
317 dst_uuid = UUID_SERVCLASS_GN;
319 dst_uuid = UUID_SERVCLASS_NAP;
321 mx_chan_id = dst_uuid;
330 dst_uuid = UUID_SERVCLASS_PANU;
365 pcb->prv_dst_uuid = pcb->dst_uuid;
368 pcb->dst_uuid = dst_uuid;
371 Uuid::From16Bit(dst_uuid), &(pcb->handle))
    [all...]
pan_main.cc 214 pcb->prv_dst_uuid = pcb->dst_uuid;
226 pcb->dst_uuid = remote_uuid16;
255 pcb->dst_uuid = remote_uuid16;
313 pcb->dst_uuid = pcb->prv_dst_uuid;
341 if (pcb->dst_uuid == UUID_SERVCLASS_PANU)
343 else if (pcb->dst_uuid == UUID_SERVCLASS_GN)
pan_int.h 58 uint16_t dst_uuid; member in struct:__anon2505
  /system/bt/stack/include/
bnep_api.h 195 bluetooth::Uuid dst_uuid; member in struct:__anon2306
242 * dst_uuid - destination uuid for the connection
251 const bluetooth::Uuid& dst_uuid,
  /system/bt/stack/bnep/
bnep_utils.cc 172 p_bcb->dst_uuid.ToString().c_str());
183 int len = std::max(p_bcb->dst_uuid.GetShortestRepresentationSize(),
189 UINT16_TO_BE_STREAM(p, p_bcb->dst_uuid.As16Bit());
192 UINT32_TO_BE_STREAM(p, p_bcb->dst_uuid.As32Bit());
195 memcpy(p, p_bcb->dst_uuid.To128BitBE().data(), Uuid::kNumBytes128);
201 p_bcb->dst_uuid.ToString().c_str(),
202 p_bcb->dst_uuid.GetShortestRepresentationSize());
564 p_bcb->prv_dst_uuid = p_bcb->dst_uuid;
575 p_bcb->dst_uuid = Uuid::From16Bit(tmp);
580 p_bcb->dst_uuid == p_bcb->prv_dst_uuid)
    [all...]
bnep_api.cc 120 * dst_uuid - destination uuid for the connection
129 const Uuid& dst_uuid, uint16_t* p_handle) {
145 p_bcb->prv_dst_uuid = p_bcb->dst_uuid;
152 p_bcb->dst_uuid = dst_uuid;
250 p_bcb->dst_uuid = p_bcb->prv_dst_uuid;
681 p_status->dst_uuid = p_bcb->dst_uuid;
bnep_int.h 155 bluetooth::Uuid dst_uuid; member in struct:__anon2144

Completed in 1112 milliseconds