Searched refs:addrCount (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 971 const BtAddr *addrList, uint8_t addrCount, uint8_t status, uint16_t connectionHandle, uint16_t role) in BtmOnLeConnectCallback() 978 for (uint8_t i = 0; i < addrCount; i++) { in BtmOnLeConnectCallback() 992 static void BtmGetLeConnectingAddr(BtAddr **addrList, uint8_t *addrCount) in BtmGetLeConnectingAddr() argument 1011 *addrCount = count; in BtmGetLeConnectingAddr() 1044 const BtAddr *addrList, const uint8_t addrCount, const HciLeConnectionCompleteEventParam *eventParam) in BtmUpdateUpdateWhiteListOnLeConnectionComplete() 1075 for (uint8_t i = 0; i < addrCount; i++) { in BtmUpdateUpdateWhiteListOnLeConnectionComplete() 1104 uint8_t addrCount = 0; in BtmOnLeConnectionComplete() local 1105 BtmGetLeConnectingAddr(&addrList, &addrCount); in BtmOnLeConnectionComplete() 1113 BtmUpdateUpdateWhiteListOnLeConnectionComplete(addrList, addrCount, eventParam); in BtmOnLeConnectionComplete() 1126 addrList, addrCount, eventPara in BtmOnLeConnectionComplete() 970 BtmOnLeConnectCallback( const BtAddr *addrList, uint8_t addrCount, uint8_t status, uint16_t connectionHandle, uint16_t role) BtmOnLeConnectCallback() argument 1043 BtmUpdateUpdateWhiteListOnLeConnectionComplete( const BtAddr *addrList, const uint8_t addrCount, const HciLeConnectionCompleteEventParam *eventParam) BtmUpdateUpdateWhiteListOnLeConnectionComplete() argument 1224 BtmUpdateWhiteListOnLeEnhancedConnectionComplete( const BtAddr *addrList, const uint8_t addrCount, const HciLeEnhancedConnectionCompleteEventParam *eventParam) BtmUpdateWhiteListOnLeEnhancedConnectionComplete() argument 1285 uint8_t addrCount = 0; BtmOnLeEnhancedConnectionComplete() local [all...] |
Completed in 3 milliseconds