Bluetooth Common application callbacks. More...
#include <bt_common.h>
Public Attributes | |
| void(* | command_status )(BT_CMD_STATUS status) |
| void(* | pairing_complete )(BT_ADDR addr, BT_PAIR_STATUS status) |
| void(* | inquiry_result )(BT_ADDR addr, char *name) |
| void(* | inquiry_complete )(void) |
| void(* | connect_status_changed )(struct bt_acl_state_s *bt_acl_state, bool connected, int status) |
| void(* | connected_device_name )(const char *name) |
| void(* | bond_info )(BT_ADDR addr) |
Bluetooth Common application callbacks.
| void(* command_status) (BT_CMD_STATUS status) |
Command status
| void(* pairing_complete) (BT_ADDR addr, BT_PAIR_STATUS status) |
Pairing complete
| void(* inquiry_result) (BT_ADDR addr, char *name) |
Inquiry data result
| void(* inquiry_complete) (void) |
Complete inquiry
| void(* connect_status_changed) (struct bt_acl_state_s *bt_acl_state, bool connected, int status) |
Connection status change
| void(* connected_device_name) (const char *name) |
Device name change
| void(* bond_info) (BT_ADDR addr) |
Bonding information