Lines Matching refs:p_uuid
370 Uuid* p_uuid = reinterpret_cast<Uuid*>(prop->val); in cfg2prop() local
372 btif_split_uuids_string(value, p_uuid, BT_MAX_NUM_UUIDS); in cfg2prop()
545 size_t btif_split_uuids_string(const char* str, bluetooth::Uuid* p_uuid, in btif_split_uuids_string() argument
548 CHECK(p_uuid); in btif_split_uuids_string()
557 *p_uuid = tmp; in btif_split_uuids_string()
558 p_uuid++; in btif_split_uuids_string()
669 Uuid* p_uuid = reinterpret_cast<Uuid*>(property->val); in btif_storage_get_adapter_property() local
681 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
689 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
694 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
699 *(p_uuid + num_uuids) = Uuid::From16Bit(UUID_SERVCLASS_AUDIO_SINK); in btif_storage_get_adapter_property()
703 *(p_uuid + num_uuids) = in btif_storage_get_adapter_property()
1530 Uuid p_uuid[HEARINGAID_MAX_NUM_UUIDS]; in btif_storage_load_bonded_hearing_aids() local
1532 btif_split_uuids_string(uuid_str, p_uuid, HEARINGAID_MAX_NUM_UUIDS); in btif_storage_load_bonded_hearing_aids()
1534 if (p_uuid[i] == Uuid::FromString("FDF0")) { in btif_storage_load_bonded_hearing_aids()