Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c49 } HciConnectionHandleBlock; typedef
84 static HciConnectionHandleBlock *HciAllocConnectionHandleBlock(uint16_t connectionHandle, uint8_t t… in HciAllocConnectionHandleBlock()
86 HciConnectionHandleBlock *block = MEM_MALLOC.alloc(sizeof(HciConnectionHandleBlock)); in HciAllocConnectionHandleBlock()
99 static HciConnectionHandleBlock *HciFindConnectionHandleBlock(uint16_t connectionHandle) in HciFindConnectionHandleBlock()
101 HciConnectionHandleBlock *block = NULL; in HciFindConnectionHandleBlock()
121 HciConnectionHandleBlock *block = NULL; in HciAclGetTransport()
556 HciConnectionHandleBlock *block = NULL; in HCI_SendAclData()
717 HciConnectionHandleBlock *block = HciAllocConnectionHandleBlock(connectionHandle, transport); in HciAclOnConnectionComplete()
818 HciConnectionHandleBlock *block = NULL; in HciAclOnDisconnect()