Home
last modified time | relevance | path

Searched refs:bt_io_cap_t (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbtif_core.cc561 bt_io_cap_t local_bt_io_cap; in btif_in_get_adapter_properties()
562 bt_io_cap_t local_bt_io_cap_ble; in btif_in_get_adapter_properties()
609 sizeof(bt_io_cap_t), &local_bt_io_cap); in btif_in_get_adapter_properties()
614 BT_PROPERTY_LOCAL_IO_CAPS_BLE, sizeof(bt_io_cap_t), in btif_in_get_adapter_properties()
Dbtif_dm.cc2477 *(bt_io_cap_t*)prop->val = (bt_io_cap_t)BTM_LOCAL_IO_CAPS; in btif_dm_get_adapter_property()
2478 prop->len = sizeof(bt_io_cap_t); in btif_dm_get_adapter_property()
2482 *(bt_io_cap_t*)prop->val = (bt_io_cap_t)BTM_LOCAL_IO_CAPS_BLE; in btif_dm_get_adapter_property()
2483 prop->len = sizeof(bt_io_cap_t); in btif_dm_get_adapter_property()
/system/bt/include/hardware/
Dbluetooth.h75 } bt_io_cap_t; typedef