Searched defs:bt_status_t (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 25 void invoke_adapter_properties_cb(bt_status_t /* status */, in invoke_adapter_properties_cb() argument 28 void invoke_remote_device_properties_cb(bt_status_t /* status */, in invoke_remote_device_properties_cb() argument 44 void invoke_bond_state_changed_cb(bt_status_t /* status */, in invoke_bond_state_changed_cb() argument 52 void invoke_acl_state_changed_cb(bt_status_t /* status */, in invoke_acl_state_changed_cb() argument 61 void invoke_le_test_mode_cb(bt_status_t /* status */, uint16_t /* count */) {} in invoke_le_test_mode_cb() argument
|
D | mock_btif_core.cc | 61 void btif_adapter_properties_evt(bt_status_t /* status */, in btif_adapter_properties_evt() argument 92 void btif_remote_properties_evt(bt_status_t /* status */, in btif_remote_properties_evt() argument
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 138 void adapter_properties_callback(bt_status_t /* status */, in adapter_properties_callback() argument 141 void remote_device_properties_callback(bt_status_t /* status */, in remote_device_properties_callback() argument 154 void bond_state_changed_callback(bt_status_t /* status */, in bond_state_changed_callback() argument 162 void acl_state_changed_callback(bt_status_t /* status */, in acl_state_changed_callback() argument 179 void le_test_mode_callback(bt_status_t /* status */, in le_test_mode_callback() argument
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 114 } bt_status_t; typedef
|