Mika Lindqvist & me
- Add Handling for MaxSlotChange - Many Styling and consistency - Debug output improved git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29682 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -55,6 +55,8 @@ public:
|
|||||||
void RoleChange(struct hci_ev_role_change* event, BMessage* request, int32 index);
|
void RoleChange(struct hci_ev_role_change* event, BMessage* request, int32 index);
|
||||||
void LinkKeyNotify(struct hci_ev_link_key_notify* event, BMessage* request, int32 index);
|
void LinkKeyNotify(struct hci_ev_link_key_notify* event, BMessage* request, int32 index);
|
||||||
void PageScanRepetitionModeChange(struct hci_ev_page_scan_rep_mode_change* event, BMessage* request, int32 index);
|
void PageScanRepetitionModeChange(struct hci_ev_page_scan_rep_mode_change* event, BMessage* request, int32 index);
|
||||||
|
void MaxSlotChange(struct hci_ev_max_slot_change *event, BMessage *request, int32 index);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user