Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c51 static HciSetEventMaskReturnParam g_setEventMaskResult; variable
118 g_setEventMaskResult = *returnParam; in BtmControllerOnSetEventMaskComplete()
517 if (g_setEventMaskResult.status != HCI_SUCCESS) { in BtmSetEventMask()
518 LOG_ERROR("HCI_SetEventMask status: 0x%02x", g_setEventMaskResult.status); in BtmSetEventMask()
642 LOG_ERROR("HCI_LeReadResolvingListSize status: 0x%02x", g_setEventMaskResult.status); in BtmLeReadResolvingListSize()