Loading system/stack/btm/btm_ble.cc +4 −0 Original line number Diff line number Diff line Loading @@ -1958,6 +1958,10 @@ void btm_ble_conn_complete(uint8_t* p, UNUSED_ATTR uint16_t evt_len, } #endif if (role == HCI_ROLE_MASTER) { btm_ble_set_conn_st(BLE_CONN_IDLE); } gatt::connection_manager::on_connection_complete(bda); btm_ble_connected(bda, handle, HCI_ENCRYPT_MODE_DISABLED, role, bda_type, match); Loading system/stack/l2cap/l2c_ble.cc +0 −1 Original line number Diff line number Diff line Loading @@ -285,7 +285,6 @@ void l2cble_conn_comp(uint16_t handle, uint8_t role, const RawAddress& bda, __func__, handle, type, conn_interval, conn_latency, conn_timeout); if (role == HCI_ROLE_MASTER) { btm_ble_set_conn_st(BLE_CONN_IDLE); l2cb.is_ble_connecting = false; } Loading Loading
system/stack/btm/btm_ble.cc +4 −0 Original line number Diff line number Diff line Loading @@ -1958,6 +1958,10 @@ void btm_ble_conn_complete(uint8_t* p, UNUSED_ATTR uint16_t evt_len, } #endif if (role == HCI_ROLE_MASTER) { btm_ble_set_conn_st(BLE_CONN_IDLE); } gatt::connection_manager::on_connection_complete(bda); btm_ble_connected(bda, handle, HCI_ENCRYPT_MODE_DISABLED, role, bda_type, match); Loading
system/stack/l2cap/l2c_ble.cc +0 −1 Original line number Diff line number Diff line Loading @@ -285,7 +285,6 @@ void l2cble_conn_comp(uint16_t handle, uint8_t role, const RawAddress& bda, __func__, handle, type, conn_interval, conn_latency, conn_timeout); if (role == HCI_ROLE_MASTER) { btm_ble_set_conn_st(BLE_CONN_IDLE); l2cb.is_ble_connecting = false; } Loading