Home
last modified time | relevance | path

Searched defs:subrate_factor (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl_interface.cc31 static void on_le_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency, in on_le_subrate_change()
Dacl.cc817 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange()
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py187 def on_subrate_change(self, addr, subrate_factor, latency, cont_num, timeout, status): argument
538 def on_subrate_change(self, addr, subrate_factor, latency, cont_num, timeout, status): argument
1300 def on_subrate_change(self, addr, subrate_factor, latency, cont_num, timeout, status): argument
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h242 uint16_t subrate_factor; member
414 uint16_t subrate_factor; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc90 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_ble.cc187 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, uint16_t subrate_factor, in l2cble_process_subrate_change_evt()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc642 static void bta_gatts_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor, in bta_gatts_subrate_chg_cback()
Dbta_gattc_act.cc1818 static void bta_gattc_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor, in bta_gattc_subrate_chg_cback()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc389 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc725 void gatt_notify_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency, in gatt_notify_subrate_change()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp619 void btgattc_subrate_change_cb(int conn_id, uint16_t subrate_factor, uint16_t latency, in btgattc_subrate_change_cb()
882 void btgatts_subrate_change_cb(int conn_id, uint16_t subrate_factor, uint16_t latency, in btgatts_subrate_change_cb()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h48026 …ngeBuilder> Create(ErrorCode status, uint16_t connection_handle, uint16_t subrate_factor, uint16_t… in Create()
48050 …brateChangeBuilder(ErrorCode status, uint16_t connection_handle, uint16_t subrate_factor, uint16_t… in Create()
48052 void CheckParameterValues(uint16_t connection_handle, uint16_t subrate_factor, uint16_t peripheral_… in Create()