Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h197 void GapLeReadChannelMapComplete(const HciLeReadChannelMapReturnParam *param);
H A Dgap_le_conn.c332 void GapLeReadChannelMapComplete(const HciLeReadChannelMapReturnParam *param) in GapLeReadChannelMapComplete() function
H A Dgap_hci_receive.c588 …int ret = GapProcessHciEventInTask((TaskFunc)GapLeReadChannelMapComplete, param, sizeof(*param), N… in GapRecvLeReadChannelMapComplete()