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

  /system/bt/stack/sdp/
sdp_utils.cc 42 static const uint8_t sdp_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, variable
573 if (p_uuid[xx] != sdp_base_uuid[xx]) return (false);
619 memcpy(nu2, sdp_base_uuid, MAX_UUID_SIZE);
637 memcpy(nu1, sdp_base_uuid, MAX_UUID_SIZE);
924 memcpy(p_uuid128, sdp_base_uuid, MAX_UUID_SIZE);
  /system/bt/btif/src/
btif_util.cc 103 static const uint8_t sdp_base_uuid[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, variable
111 memcpy(uuid128->uu, sdp_base_uuid, MAX_UUID_SIZE);

Completed in 3327 milliseconds