Home
last modified time | relevance | path

Searched refs:rx_phy (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc28 void ReadPhyCallback(int client_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status… in ReadPhyCallback() argument
29 bluetooth::topshim::rust::read_phy_callback(client_if, addr, tx_phy, rx_phy, status); in ReadPhyCallback()
33 int server_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in ServerReadPhyCallback() argument
34 bluetooth::topshim::rust::server_read_phy_callback(server_if, addr, tx_phy, rx_phy, status); in ServerReadPhyCallback()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py49 def on_phy_update(self, addr, tx_phy, rx_phy, status): argument
60 def on_phy_read(self, addr, tx_phy, rx_phy, status): argument
306 def OnPhyUpdate(self, addr, tx_phy, rx_phy, status): argument
316 observer.on_phy_update(addr, tx_phy, rx_phy, status)
318 def OnPhyRead(self, addr, tx_phy, rx_phy, status): argument
328 observer.on_phy_read(addr, tx_phy, rx_phy, status)
505 def on_phy_update(self, addr, tx_phy, rx_phy, status): argument
514 ….debug('on_phy_update: addr: %s, tx_phy: %s, rx_phy: %s, status: %s', addr, tx_phy, rx_phy, status)
517 def on_phy_read(self, addr, tx_phy, rx_phy, status): argument
526 …ng.debug('on_phy_read: addr: %s, tx_phy: %s, rx_phy: %s, status: %s', addr, tx_phy, rx_phy, status)
[all …]
Dgatt_server.py153 def on_phy_update(self, addr, tx_phy, rx_phy, status): argument
164 def on_phy_read(self, addr, tx_phy, rx_phy, status): argument
500 def OnPhyUpdate(self, addr, tx_phy, rx_phy, status): argument
510 observer.on_phy_update(addr, tx_phy, rx_phy, status)
512 def OnPhyRead(self, addr, tx_phy, rx_phy, status): argument
522 observer.on_phy_read(addr, tx_phy, rx_phy, status)
1260 def on_phy_update(self, addr, tx_phy, rx_phy, status): argument
1269 …ebug('on_phy_update: device address: %s, tx_phy: %s, rx_phy: %s, status: %s', addr, tx_phy, rx_phy,
1273 def on_phy_read(self, addr, tx_phy, rx_phy, status): argument
1282 ….debug('on_phy_read: device address: %s, tx_phy: %s, rx_phy: %s, status: %s', addr, tx_phy, rx_phy,
[all …]
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc138 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb() argument
140 uint8_t status, tx_phy, rx_phy; in read_phy_cb() local
149 STREAM_TO_UINT8(rx_phy, pp); in read_phy_cb()
151 cb.Run(tx_phy, rx_phy, status); in read_phy_cb()
169 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h113 uint8_t rx_phy, uint8_t status);
183 uint8_t rx_phy, uint16_t phy_options);
187 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
Dbt_gatt_client.h172 uint8_t rx_phy, uint8_t status);
304 uint8_t rx_phy, uint16_t phy_options);
308 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.h128 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)>
131 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy,
136 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> in operator()
698 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)>
701 body{[](base::Callback<void(uint8_t tx_phy, uint8_t rx_phy,
706 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> in operator()
Dmock_stack_btm_ble.cc154 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in BTM_BleReadPhy() argument
367 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb, in read_phy_cb() argument
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs58 rx_phy: LePhy, in on_phy_update()
65 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read()
248 rx_phy: LePhy, in on_phy_update()
255 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read()
900 rx_phy: LePhy, in client_set_preferred_phy()
990 rx_phy: LePhy, in server_set_preferred_phy()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc240 p_data->phy_update.rx_phy, p_data->phy_update.status); in btapp_gatts_handle_cback()
466 uint8_t tx_phy, uint8_t rx_phy, in btif_gatts_set_preferred_phy() argument
470 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gatts_set_preferred_phy()
476 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gatts_read_phy() argument
Dbtif_gatt_client.cc210 p_data->phy_update.rx_phy, p_data->phy_update.status); in btif_gattc_upstreams_evt()
648 uint8_t tx_phy, uint8_t rx_phy, in btif_gattc_set_preferred_phy() argument
652 Bind(&BTM_BleSetPhy, bd_addr, tx_phy, rx_phy, phy_options)); in btif_gattc_set_preferred_phy()
658 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb) { in btif_gattc_read_phy() argument
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc58 uint8_t tx_phy, uint8_t rx_phy,
626 uint8_t tx_phy, uint8_t rx_phy, in bta_gatts_phy_update_cback() argument
638 cb_data.phy_update.rx_phy = rx_phy; in bta_gatts_phy_update_cback()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_43_C.py133 rx_phy=hci.PhyType.LE_1M))
249 rx_phy=phy_from_mask(next_phy_p_to_c)))
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs732 rx_phy: LePhy, in on_phy_update()
739 rx_phy, in on_phy_update()
744 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read()
749 rx_phy, in on_phy_read()
1086 rx_phy: LePhy, in on_phy_update()
1093 rx_phy, in on_phy_update()
1098 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read()
1103 rx_phy, in on_phy_read()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/
DBV_42_C.py111 rx_phy=hci.PhyType.LE_2M))
253 rx_phy=phy_from_mask(next_phy_c_to_p)))
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs614 rx_phy: LePhy, in client_set_preferred_phy()
682 rx_phy: LePhy, in server_set_preferred_phy()
1093 fn on_phy_update(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus); in on_phy_update()
1096 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus); in on_phy_read()
2704 rx_phy: LePhy, in client_set_preferred_phy()
2715 rx_phy.to_u8().unwrap(), in client_set_preferred_phy()
2878 rx_phy: LePhy, in server_set_preferred_phy()
2884 rx_phy.to_u8().unwrap_or_default(), in server_set_preferred_phy()
2968 fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus); in phy_updated_cb()
2989 rx_phy: u8, in read_phy_cb()
[all …]
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_connection_management_callbacks.h38 virtual void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) = 0;
Dle_connection_management_callbacks_mock.h60 void, OnPhyUpdate, (hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy), (override));
Dle_acl_connection.cc77 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, uint8_t rx_phy) override { in OnPhyUpdate() argument
78 SAVE_OR_CALL(OnPhyUpdate, hci_status, tx_phy, rx_phy); in OnPhyUpdate()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api.h344 base::Callback<void(uint8_t tx_phy, uint8_t rx_phy, uint8_t status)> cb);
/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.cc25 uint8_t tx_phy, uint8_t rx_phy);
Dacl_legacy_interface.h118 uint8_t rx_phy);
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp565 void btgattc_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgattc_phy_updated_cb() argument
572 tx_phy, rx_phy, status); in btgattc_phy_updated_cb()
828 void btgatts_phy_updated_cb(int conn_id, uint8_t tx_phy, uint8_t rx_phy, in btgatts_phy_updated_cb() argument
835 tx_phy, rx_phy, status); in btgatts_phy_updated_cb()
1383 jint rx_phy, jint phy_options) { in gattClientSetPreferredPhyNative() argument
1385 sGattIf->client->set_preferred_phy(str2addr(env, address), tx_phy, rx_phy, in gattClientSetPreferredPhyNative()
1390 uint8_t rx_phy, uint8_t status) { in readClientPhyCb() argument
1399 address.get(), tx_phy, rx_phy, status); in readClientPhyCb()
1959 jint rx_phy, jint phy_options) { in gattServerSetPreferredPhyNative() argument
1962 sGattIf->server->set_preferred_phy(bda, tx_phy, rx_phy, phy_options); in gattServerSetPreferredPhyNative()
[all …]
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h217 uint8_t rx_phy; member
396 uint8_t rx_phy; member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs125 fn read_phy_callback(client_if: i32, addr: RawAddress, tx_phy: u8, rx_phy: u8, status: u8); in read_phy_callback()
131 rx_phy: u8, in server_read_phy_callback()
1351 rx_phy: u8, in set_preferred_phy()
1354 BtStatus::from(ccall!(self, set_preferred_phy, addr, tx_phy, rx_phy, phy_options)) in set_preferred_phy()
1447 rx_phy: u8, in set_preferred_phy()
1450 BtStatus::from(ccall!(self, set_preferred_phy, addr, tx_phy, rx_phy, phy_options)) in set_preferred_phy()

12