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

  /system/bt/btcore/include/
property.h 29 bt_property_t *property_copy_array(const bt_property_t *properties, size_t count);
33 bt_property_t *property_copy(bt_property_t *dest, const bt_property_t *src);
37 bool property_equals(const bt_property_t *p1, const bt_property_t *p2);
43 bt_property_t *property_new_addr(const bt_bdaddr_t *addr);
44 bt_property_t *property_new_device_class(const bt_device_class_t *dc);
45 bt_property_t *property_new_device_type(bt_device_type_t device_type)
    [all...]
  /system/bt/test/suite/support/
adapter.h 25 bt_property_t *adapter_get_property(bt_property_type_t type);
adapter.c 27 static bt_property_t *properties = NULL;
40 bt_property_t *adapter_get_property(bt_property_type_t type) {
78 bt_property_t *new_properties) {
95 void device_found(int num_properties, bt_property_t *properties) {
107 int num_properties, bt_property_t *properties) {
callbacks.c 24 void adapter_properties(bt_status_t status, int num_properties, bt_property_t *properties);
28 void device_found(int num_properties, bt_property_t *properties);
30 void remote_device_properties(bt_status_t status, bt_bdaddr_t *bd_addr, int num_properties, bt_property_t *properties);
  /system/bt/btcore/src/
property.c 27 static bt_property_t *property_new_(void *val, size_t len, bt_property_type_t type);
29 bt_property_t *property_copy_array(const bt_property_t *properties, size_t count) {
31 bt_property_t *clone = osi_calloc(sizeof(bt_property_t) * count);
36 memcpy(&clone[0], &properties[0], sizeof(bt_property_t) * count);
45 bt_property_t *property_copy(bt_property_t *dest, const bt_property_t *src) {
48 return (bt_property_t *)memcpy(dest, src, sizeof(bt_property_t))
    [all...]
  /system/bt/btcore/test/
property_test.cpp 31 bt_property_t *property = property_new_addr(&addr0);
50 bt_property_t *property = property_new_device_class(&dc0);
67 bt_property_t *property = property_new_device_type(dt0);
81 bt_property_t *property = property_new_discovery_timeout(timeout0);
95 bt_property_t *property = property_new_name(name0);
109 bt_property_t *property = property_new_rssi(rssi0);
123 bt_property_t *property = property_new_scan_mode(mode0);
144 bt_property_t *property = property_new_uuids(&uuid0, 1);
174 bt_property_t *property0 = property_new_uuids(uuids, sizeof(bt_uuid_t)/sizeof(uuids));
176 bt_property_t property1
    [all...]
  /system/bt/btif/include/
btif_storage.h 47 bt_status_t btif_storage_get_adapter_property(bt_property_t *property);
60 bt_status_t btif_storage_set_adapter_property(bt_property_t *property);
76 bt_property_t *property);
90 bt_property_t *property);
106 bt_property_t *properties);
btif_api.h 120 bt_status_t btif_set_adapter_property( const bt_property_t *property);
157 const bt_property_t *property);
290 bt_status_t btif_dm_get_adapter_property(bt_property_t *prop);
btif_common.h 191 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props);
193 uint32_t num_props, bt_property_t *p_props);
  /system/bt/tools/bdtool/
adapter.c 27 static bt_property_t *properties = NULL;
32 static void parse_properties(int num_properties, bt_property_t *property);
45 bt_property_t *adapter_get_property(bt_property_type_t type) {
79 bt_property_t *new_properties) {
122 void device_found(int num_properties, bt_property_t *property) {
154 bt_property_t *properties) {
207 static void parse_properties(int num_properties, bt_property_t *property) {
bdtool.c 69 bt_property_t *adapter_get_property(bt_property_type_t type);
120 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE);
162 bt_property_t *property = adapter_get_property(BT_PROPERTY_BDNAME);
174 bt_property_t *property = property_new_name(bd_name);
195 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE);
  /system/bt/test/suite/cases/
adapter.c 49 bt_property_t *name = property_new_name("set_name");
64 bt_property_t *name = property_new_name("get_name");
  /hardware/libhardware/include/hardware/
bluetooth.h 257 } bt_property_t; typedef in typeref:struct:__anon24652
299 bt_property_t *properties);
308 bt_property_t *properties);
314 bt_property_t *properties);
459 int (*set_adapter_property)(const bt_property_t *property);
470 const bt_property_t *property);
  /system/bt/btif/src/
btif_core.c 87 bt_property_t prop;
472 bt_property_t prop;
692 bt_property_t properties[6];
747 bt_property_t remote_properties[8];
813 bt_property_t *p_prop = &(p_req->write_req.prop);
825 bt_property_t prop;
884 bt_property_t prop;
918 bt_property_t *p_props)
925 uint32_t num_props, bt_property_t *p_props)
    [all...]
btif_storage.c 221 static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
314 static int cfg2prop(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
607 bt_status_t btif_storage_get_adapter_property(bt_property_t *property)
704 bt_status_t btif_storage_set_adapter_property(bt_property_t *property)
723 bt_property_t *property)
739 bt_property_t *property)
758 bt_property_t *properties)
772 bt_property_t addr_prop;
773 memcpy(&addr_prop, &properties[i], sizeof(bt_property_t));
    [all...]
bluetooth.c 178 static int set_adapter_property(const bt_property_t *property)
205 int set_remote_device_property(bt_bdaddr_t *remote_addr, const bt_property_t *property)
btif_dm.c 356 bt_property_t prop_name;
379 bt_property_t prop_name;
397 bt_property_t prop_name;
415 bt_property_t prop_name;
450 bt_property_t prop_name;
521 bt_property_t property;
555 bt_property_t properties[3];
597 bt_property_t prop_name;
    [all...]
btif_hh.c     [all...]
btif_gatt_client.c 622 bt_property_t properties;
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 96 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types,
118 bt_property_t *properties) {
180 int num_properties, bt_property_t *properties) {
254 static void device_found_callback(int num_properties, bt_property_t *properties) {
892 bt_property_t prop;
971 bt_property_t prop;
    [all...]

Completed in 548 milliseconds