Home
last modified time | relevance | path

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

/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.cc762 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_ble.cc191 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, uint16_t subrate_factor, in l2cble_process_subrate_change_evt()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc90 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange()
/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
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc633 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.cc1711 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()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h241 uint16_t subrate_factor; member
413 uint16_t subrate_factor; member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc675 void gatt_notify_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency, in gatt_notify_subrate_change()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp538 static void btgattc_subrate_change_cb(int conn_id, uint16_t subrate_factor, uint16_t latency, in btgattc_subrate_change_cb()
800 static void btgatts_subrate_change_cb(int conn_id, uint16_t subrate_factor, uint16_t latency, in btgatts_subrate_change_cb()