/packages/modules/Bluetooth/system/main/shim/ |
D | acl_interface.cc | 25 void gatt_notify_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency, 27 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, uint16_t subrate_factor, 31 static void on_le_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency, in on_le_subrate_change() argument 33 l2cble_process_subrate_change_evt(handle, status, subrate_factor, latency, cont_num, timeout); in on_le_subrate_change() 34 gatt_notify_subrate_change(handle & 0x0FFF, subrate_factor, latency, cont_num, timeout, status); in on_le_subrate_change()
|
D | acl_interface.h | 101 void (*on_le_subrate_change)(uint16_t handle, uint16_t subrate_factor, uint16_t latency,
|
D | acl.cc | 762 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange() argument 765 TRY_POSTING_ON_MAIN(interface_.on_le_subrate_change, handle_, subrate_factor, in OnLeSubrateChange()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_ble.h | 302 std::function<void(uint16_t handle, uint8_t status, uint16_t subrate_factor, 307 void operator()(uint16_t handle, uint8_t status, uint16_t subrate_factor, in operator() 309 body(handle, status, subrate_factor, peripheral_latency, cont_num, timeout); in operator()
|
D | mock_stack_l2cap_ble.cc | 191 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, uint16_t subrate_factor, in l2cble_process_subrate_change_evt() argument 196 handle, status, subrate_factor, peripheral_latency, cont_num, timeout); in l2cble_process_subrate_change_evt()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 57 static void bta_gatts_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor, 633 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() argument 645 cb_data.subrate_chg.subrate_factor = subrate_factor; in bta_gatts_subrate_chg_cback()
|
D | bta_gattc_act.cc | 67 static void bta_gattc_subrate_chg_cback(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor, 1711 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() argument 1723 cb_data.subrate_chg.subrate_factor = subrate_factor; in bta_gattc_subrate_chg_cback()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_connection_management_callbacks_mock.h | 53 (hci::ErrorCode hci_status, uint16_t subrate_factor, uint16_t peripheral_latency,
|
D | le_connection_management_callbacks.h | 41 virtual void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor,
|
D | le_acl_connection.cc | 90 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange() argument 93 SAVE_OR_CALL(OnLeSubrateChange, hci_status, subrate_factor, peripheral_latency, in OnLeSubrateChange()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_server.py | 187 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 551 observer.on_subrate_change(addr, subrate_factor, latency, cont_num, timeout, status) 1300 def on_subrate_change(self, addr, subrate_factor, latency, cont_num, timeout, status): argument 1313 'status: %s', addr, subrate_factor, latency, cont_num, timeout, status)
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 115 typedef void (*subrate_change_callback)(int conn_id, uint16_t subrate_factor, uint16_t latency,
|
D | bt_gatt_client.h | 169 typedef void (*subrate_change_callback)(int conn_id, uint16_t subrate_factor, uint16_t latency,
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 241 uint16_t subrate_factor; member 413 uint16_t subrate_factor; member
|
/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | llcp_packets.pdl | 312 subrate_factor: 16,
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 675 void gatt_notify_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency, in gatt_notify_subrate_change() argument 691 (*p_reg->app_cb.p_subrate_chg_cb)(p_reg->gatt_if, conn_id, subrate_factor, latency, cont_num, in gatt_notify_subrate_change()
|
D | gatt_int.h | 594 void gatt_notify_subrate_change(uint16_t handle, uint16_t subrate_factor, uint16_t latency,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 261 p_data->subrate_chg.subrate_factor, p_data->subrate_chg.latency, in btapp_gatts_handle_cback()
|
D | btif_gatt_client.cc | 246 p_data->subrate_chg.subrate_factor, p_data->subrate_chg.latency, in btif_gattc_upstreams_evt()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 736 typedef void(tGATT_SUBRATE_CHG_CB)(tGATT_IF gatt_if, tCONN_ID conn_id, uint16_t subrate_factor,
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 1144 subrate_factor: i32, in on_subrate_change() 1153 subrate_factor, in on_subrate_change()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_int.h | 858 void l2cble_process_subrate_change_evt(uint16_t handle, uint8_t status, uint16_t subrate_factor,
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 275 subrate_factor: i32, in on_subrate_change()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 538 static void btgattc_subrate_change_cb(int conn_id, uint16_t subrate_factor, uint16_t latency, in btgattc_subrate_change_cb() argument 546 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onClientSubrateChange, conn_id, subrate_factor, 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() argument 808 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onServerSubrateChange, conn_id, subrate_factor, in btgatts_subrate_change_cb()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 1112 subrate_factor: i32, in on_subrate_change() 3227 subrate_factor: u16, in subrate_chg_cb() 3573 subrate_factor: u16, in subrate_chg_cb() 3588 subrate_factor as i32, in subrate_chg_cb()
|