Home
last modified time | relevance | path

Searched refs:whiteListSize (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.h37 int BtmGetWhiteListSize(uint8_t *whiteListSize);
H A Dbtm_wl.c256 uint8_t whiteListSize = 0; in BtmStartWhiteList() local
257 int result = BtmGetWhiteListSize(&whiteListSize); in BtmStartWhiteList()
259 g_whiteListSize = whiteListSize; in BtmStartWhiteList()
H A Dbtm_controller.c935 int BtmGetWhiteListSize(uint8_t *whiteListSize) in BtmGetWhiteListSize() argument
941 *whiteListSize = g_leReadWhiteListSizeResult.whiteListSize; in BtmGetWhiteListSize()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h239 uint8_t whiteListSize; member
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp4380 int32_t whiteListSize = cJSON_GetArraySize(whiteList); in UpdateDisplayInfo() local
4381 for (int32_t i = 0; i < whiteListSize; ++i) { in UpdateDisplayInfo()

Completed in 13 milliseconds