ConnectionByHandle
struct HciConnection* (*ConnectionByHandle)(uint16 handle, hci_id hid);
ConnectionByHandle,
return ConnectionByHandle(handle, hid);
HciConnection* conn = ConnectionByHandle(handle, hid);
HciConnection* ConnectionByHandle(uint16 handle, hci_id hid);
HciConnection* conn = btCoreData->ConnectionByHandle(con_handle, hid);