Home
last modified time | relevance | path

Searched refs:leAddDeviceToWhiteListComplete (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c247 if (callbacks->leAddDeviceToWhiteListComplete != NULL) { in HciCmdOnLeAddDeviceToWhiteListFailed()
248 callbacks->leAddDeviceToWhiteListComplete(&returnParam); in HciCmdOnLeAddDeviceToWhiteListFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c233 if (callbacks->leAddDeviceToWhiteListComplete != NULL) { in HciEventOnLeAddDeviceToWhiteListComplete()
234 callbacks->leAddDeviceToWhiteListComplete(&returnParam); in HciEventOnLeAddDeviceToWhiteListComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1208 void (*leAddDeviceToWhiteListComplete)(const HciLeAddDeviceToWhiteListReturnParam *returnParam); member