Home
last modified time | relevance | path

Searched defs:property (Results 1 – 17 of 17) sorted by relevance

/system/bt/btcore/src/
Dproperty.c114 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/
Dproperty_test.cpp31 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/
Dbdtool.c120 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
Dadapter.c122 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/
Dmain.cpp142 char property[PROPERTY_VALUE_MAX]; in property_get_bool() local
276 char property[PROPERTY_VALUE_MAX]; in property_get_bool_svelte() local
DLogBuffer.cpp66 char property[PROPERTY_VALUE_MAX]; in property_get_size() local
/system/bt/btif/src/
Dbluetooth.c187 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()
Dbtif_storage.c607 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()
Dbtif_core.c1037 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()
Dbtif_dm.c522 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/
Dbta_gatts_api.c225 tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property) in BTA_GATTS_AddCharacteristic()
Dbta_gattc_cache.c354 UINT8 property, in bta_gattc_add_attr_to_cache()
780 tBT_UUID uuid, UINT8 property) in bta_gattc_add_char_to_list()
Dbta_gatts_int.h98 tBTA_GATT_CHAR_PROP property; member
Dbta_gattc_int.h260 tBTA_GATT_CHAR_PROP property; /* if characteristic, it is char property; member
288 tBTA_GATT_CHAR_PROP property; member
/system/bt/stack/gatt/
Dgatt_db.c496 tGATT_CHAR_PROP property, in gatts_add_characteristic()
Dgatt_api.c316 tGATT_PERM perm,tGATT_CHAR_PROP property) in GATTS_AddCharacteristic()
Dgatt_int.h152 tGATT_CHAR_PROP property; member