Searched refs:BT_PROPERTY_UUIDS (Results 1 – 11 of 11) sorted by relevance
/system/bt/test/suite/rfcomm/ |
D | rfcomm_test.cc | 49 bt_interface()->get_remote_device_property(&devices[i], BT_PROPERTY_UUIDS); in SetUp() 53 GetRemoteDeviceProperty(&devices[i], BT_PROPERTY_UUIDS); in SetUp()
|
/system/bt/btcore/src/ |
D | property.cc | 117 return property_new_((void*)uuid, sizeof(Uuid) * count, BT_PROPERTY_UUIDS); in property_new_uuids() 171 return property->type == BT_PROPERTY_UUIDS; in property_is_uuids()
|
/system/bt/service/ |
D | logging_helpers.cc | 108 CASE_RETURN_TEXT(BT_PROPERTY_UUIDS); in BtPropertyText()
|
D | adapter.cc | 76 case BT_PROPERTY_UUIDS: { in ParseRemoteDeviceProps()
|
/system/bt/tools/bdtool/ |
D | adapter.c | 206 case BT_PROPERTY_UUIDS: { in parse_properties()
|
/system/bt/btif/src/ |
D | btif_core.cc | 602 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_UUIDS, in btif_in_get_adapter_properties() 660 BTIF_STORAGE_FILL_PROPERTY(&remote_properties[num_props], BT_PROPERTY_UUIDS, in btif_in_get_remote_device_properties() 962 case BT_PROPERTY_UUIDS: in btif_set_adapter_property()
|
D | btif_storage.cc | 249 case BT_PROPERTY_UUIDS: { in prop2cfg() 365 case BT_PROPERTY_UUIDS: { in cfg2prop() 667 } else if (property->type == BT_PROPERTY_UUIDS) { in btif_storage_get_adapter_property() 987 BTIF_STORAGE_GET_ADAPTER_PROP(status, BT_PROPERTY_UUIDS, local_uuids, in btif_storage_load_bonded_devices() 1032 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_UUIDS, in btif_storage_load_bonded_devices()
|
D | btif_util.cc | 131 CASE_RETURN_STR(BT_PROPERTY_UUIDS) in dump_property_type()
|
D | btif_dm.cc | 1114 prop.type = BT_PROPERTY_UUIDS; in btif_dm_auth_cmpl_evt() 1421 prop.type = BT_PROPERTY_UUIDS; in btif_dm_search_services_evt() 1457 prop.type = BT_PROPERTY_UUIDS; in btif_dm_search_services_evt() 1500 prop[0].type = BT_PROPERTY_UUIDS; in btif_dm_search_services_evt() 2567 BTIF_STORAGE_FILL_PROPERTY(&property, BT_PROPERTY_UUIDS, in btif_dm_execute_service_request()
|
/system/bt/btcore/test/ |
D | property_test.cc | 143 EXPECT_EQ(BT_PROPERTY_UUIDS, property->type); in TEST_F()
|
/system/bt/include/hardware/ |
D | bluetooth.h | 182 BT_PROPERTY_UUIDS, enumerator
|