Searched defs:property (Results 1 – 17 of 17) sorted by relevance
/system/bt/btcore/src/ |
D | property.c | 114 void property_free(bt_property_t *property) { in property_free() 129 bool property_is_addr(const bt_property_t *property) { in property_is_addr() 134 bool property_is_device_class(const bt_property_t *property) { in property_is_device_class() 139 bool property_is_device_type(const bt_property_t *property) { in property_is_device_type() 144 bool property_is_discovery_timeout(const bt_property_t *property) { in property_is_discovery_timeout() 149 bool property_is_name(const bt_property_t *property) { in property_is_name() 154 bool property_is_rssi(const bt_property_t *property) { in property_is_rssi() 159 bool property_is_scan_mode(const bt_property_t *property) { in property_is_scan_mode() 164 bool property_is_uuids(const bt_property_t *property) { in property_is_uuids() 170 const bt_bdaddr_t *property_as_addr(const bt_property_t *property) { in property_as_addr() [all …]
|
/system/bt/btcore/test/ |
D | property_test.cpp | 31 bt_property_t *property = property_new_addr(&addr0); in TEST_F() local 50 bt_property_t *property = property_new_device_class(&dc0); in TEST_F() local 67 bt_property_t *property = property_new_device_type(dt0); in TEST_F() local 81 bt_property_t *property = property_new_discovery_timeout(timeout0); in TEST_F() local 95 bt_property_t *property = property_new_name(name0); in TEST_F() local 109 bt_property_t *property = property_new_rssi(rssi0); in TEST_F() local 123 bt_property_t *property = property_new_scan_mode(mode0); in TEST_F() local 144 bt_property_t *property = property_new_uuids(&uuid0, 1); in TEST_F() local
|
/system/bt/tools/bdtool/ |
D | bdtool.c | 120 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in main() local 162 bt_property_t *property = adapter_get_property(BT_PROPERTY_BDNAME); in main() local 174 bt_property_t *property = property_new_name(bd_name); in main() local 195 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); in main() local
|
D | adapter.c | 122 void device_found(int num_properties, bt_property_t *property) { in device_found() 207 static void parse_properties(int num_properties, bt_property_t *property) { in parse_properties()
|
/system/core/logd/ |
D | main.cpp | 142 char property[PROPERTY_VALUE_MAX]; in property_get_bool() local 276 char property[PROPERTY_VALUE_MAX]; in property_get_bool_svelte() local
|
D | LogBuffer.cpp | 66 char property[PROPERTY_VALUE_MAX]; in property_get_size() local
|
/system/bt/btif/src/ |
D | bluetooth.c | 187 static int set_adapter_property(const bt_property_t *property) in set_adapter_property() 214 int set_remote_device_property(bt_bdaddr_t *remote_addr, const bt_property_t *property) in set_remote_device_property()
|
D | btif_storage.c | 607 bt_status_t btif_storage_get_adapter_property(bt_property_t *property) in btif_storage_get_adapter_property() 704 bt_status_t btif_storage_set_adapter_property(bt_property_t *property) in btif_storage_set_adapter_property() 723 bt_property_t *property) in btif_storage_get_remote_device_property() 739 bt_property_t *property) in btif_storage_set_remote_device_property()
|
D | btif_core.c | 1037 bt_status_t btif_set_adapter_property(const bt_property_t *property) in btif_set_adapter_property() 1203 const bt_property_t *property) in btif_set_remote_device_property()
|
D | btif_dm.c | 522 bt_property_t property; in btif_update_remote_version_property() local 2651 bt_property_t property; in btif_dm_execute_service_request() local
|
/system/bt/bta/gatt/ |
D | bta_gatts_api.c | 225 tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property) in BTA_GATTS_AddCharacteristic()
|
D | bta_gattc_cache.c | 354 UINT8 property, in bta_gattc_add_attr_to_cache() 780 tBT_UUID uuid, UINT8 property) in bta_gattc_add_char_to_list()
|
D | bta_gatts_int.h | 98 tBTA_GATT_CHAR_PROP property; member
|
D | bta_gattc_int.h | 260 tBTA_GATT_CHAR_PROP property; /* if characteristic, it is char property; member 288 tBTA_GATT_CHAR_PROP property; member
|
/system/bt/stack/gatt/ |
D | gatt_db.c | 496 tGATT_CHAR_PROP property, in gatts_add_characteristic()
|
D | gatt_api.c | 316 tGATT_PERM perm,tGATT_CHAR_PROP property) in GATTS_AddCharacteristic()
|
D | gatt_int.h | 152 tGATT_CHAR_PROP property; member
|