Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_le_controller.c639 int HCI_LeExtenedCreateConnection(const HciLeExtendedCreateConnectionParam *param) in HCI_LeExtenedCreateConnection() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h491 int HCI_LeExtenedCreateConnection(const HciLeExtendedCreateConnectionParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c690 int result = HCI_LeExtenedCreateConnection(&param); in BtmLeExtendedCreateConnection()