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

  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 51 bt_status_t btif_storage_get_adapter_property(bt_property_t *property);
64 bt_status_t btif_storage_set_adapter_property(bt_property_t *property);
80 bt_property_t *property);
94 bt_property_t *property);
110 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);
279 bt_status_t btif_dm_get_adapter_property(bt_property_t *prop);
btif_common.h 183 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props);
185 uint32_t num_props, bt_property_t *p_props);
  /hardware/libhardware/include/hardware/
bluetooth.h 220 } bt_property_t; typedef in typeref:struct:__anon20584
261 bt_property_t *properties);
270 bt_property_t *properties);
276 bt_property_t *properties);
393 int (*set_adapter_property)(const bt_property_t *property);
404 const bt_property_t *property);
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 80 bt_property_t prop;
565 bt_property_t prop;
872 bt_property_t properties[6];
927 bt_property_t remote_properties[8];
995 bt_property_t *p_prop = &(p_req->write_req.prop);
1007 bt_property_t prop;
1034 bt_property_t prop;
    [all...]
bluetooth.c 183 static int set_adapter_property(const bt_property_t *property)
210 int set_remote_device_property(bt_bdaddr_t *remote_addr, const bt_property_t *property)
btif_storage.c 246 static int prop2cfg(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
334 static int cfg2prop(bt_bdaddr_t *remote_bd_addr, bt_property_t *prop)
584 bt_status_t btif_storage_get_adapter_property(bt_property_t *property)
676 bt_status_t btif_storage_set_adapter_property(bt_property_t *property)
695 bt_property_t *property)
711 bt_property_t *property)
730 bt_property_t *properties)
744 bt_property_t addr_prop;
745 memcpy(&addr_prop, &properties[i], sizeof(bt_property_t));
825 bt_property_t adapter_props[6]
    [all...]
btif_dm.c 237 bt_property_t prop_name;
260 bt_property_t prop_name;
277 bt_property_t prop_name;
322 bt_property_t property;
357 bt_property_t properties[3];
921 bt_property_t properties[1];
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 90 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types,
112 bt_property_t *properties) {
174 int num_properties, bt_property_t *properties) {
248 static void device_found_callback(int num_properties, bt_property_t *properties) {
715 bt_property_t prop;
794 bt_property_t prop;
    [all...]

Completed in 2414 milliseconds