Loading system/stack/btm/ble_advertiser_hci_interface.cc +3 −8 Original line number Diff line number Diff line Loading @@ -224,16 +224,11 @@ class BleAdvertiserVscHciInterfaceImpl : public BleAdvertiserHciInterface { bool QuirkAdvertiserZeroHandle() override { // Android BT HCI Requirements version 0.96 and below specify that handle 0 // is equal to standard HCI interface, and should be accessed using non-VSC // commands. Broadcom controllers are strict about this requirement, so // don't use 0 handle. if (BTM_IS_BRCM_CONTROLLER()) { // commands. LOG(INFO) << "QuirkAdvertiserZeroHandle in use"; return true; } return false; } void RemoveAdvertisingSet(uint8_t handle, status_cb command_complete) override { // VSC Advertising don't have remove method. Loading Loading
system/stack/btm/ble_advertiser_hci_interface.cc +3 −8 Original line number Diff line number Diff line Loading @@ -224,16 +224,11 @@ class BleAdvertiserVscHciInterfaceImpl : public BleAdvertiserHciInterface { bool QuirkAdvertiserZeroHandle() override { // Android BT HCI Requirements version 0.96 and below specify that handle 0 // is equal to standard HCI interface, and should be accessed using non-VSC // commands. Broadcom controllers are strict about this requirement, so // don't use 0 handle. if (BTM_IS_BRCM_CONTROLLER()) { // commands. LOG(INFO) << "QuirkAdvertiserZeroHandle in use"; return true; } return false; } void RemoveAdvertisingSet(uint8_t handle, status_cb command_complete) override { // VSC Advertising don't have remove method. Loading