Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_link_ctrl.c251 int HCI_SetupSynchronousConnection(const HciSetupSynchronousConnectionParam *param) in HCI_SetupSynchronousConnection()
257 …ocCmd(HCI_SETUP_SYNCHRONOUS_CONNECTION, (void *)param, sizeof(HciSetupSynchronousConnectionParam)); in HCI_SetupSynchronousConnection()
H A Dhci_cmd_failure_link_ctrl.c349 … BtmGetAclAddressByHandle(((HciSetupSynchronousConnectionParam *)param)->connectionHandle, &addr); in HciCmdOnSetupSynchronousConnectionFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_sco.c312 HciSetupSynchronousConnectionParam setupSCOParam = { in BTM_CreateScoConnection()
401 HciSetupSynchronousConnectionParam setupParam = { in BTM_ModifyScoConnection()
558 HciSetupSynchronousConnectionParam setupParam = { in BTM_CreateEscoConnection()
652 HciSetupSynchronousConnectionParam setupParam = { in BTM_ModifyEscoConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h329 } HciSetupSynchronousConnectionParam; typedef
H A Dhci.h109 int HCI_SetupSynchronousConnection(const HciSetupSynchronousConnectionParam *param);