![]() |
MT2523 API Reference
LinkIt SDK v4
|
Macros | |
| #define | BT_PBAPC_CONNECT_CNF (BT_MODULE_PBAPC|0x01) |
| The following macros define the PBAPC event types. More... | |
| #define | BT_PBAPC_GET_NUMBER_OF_PHOENBOOK_OBJECTS_IND (BT_MODULE_PBAPC|0x02) |
| The indication event of getting the number of missed call objects from the remote device, with bt_pbapc_get_number_of_phonebook_objects_ind_t as the payload in the callback function. More... | |
| #define | BT_PBAPC_GET_NUMBER_OF_PHOENBOOK_OBJECTS_CNF (BT_MODULE_PBAPC|0x03) |
| The confirmation event as a result of the completion of getting the number of missed call objects from the remote device, with bt_pbapc_get_number_of_phonebook_objects_cnf_t as the payload in the callback function. More... | |
| #define | BT_PBAPC_GET_PHOENBOOK_OBJECTS_IND (BT_MODULE_PBAPC|0x04) |
| The indication event of getting a missed call object from the remote device, with bt_pbapc_get_phonebook_objects_ind_t as the payload in the callback function. More... | |
| #define | BT_PBAPC_GET_PHONEBOOK_OBJECTS_CNF (BT_MODULE_PBAPC|0x05) |
| The confirmation event as a result of the completion of getting the missed call object from the remote device, with bt_pbapc_get_phonebook_objects_cnf_t as the payload in the callback function. More... | |
| #define | BT_PBAPC_GET_CALLER_NAME_IND (BT_MODULE_PBAPC|0x06) |
| The indication event of getting the caller name object from the remote device, with bt_pbapc_get_caller_name_ind_t pas the payload in the callback function. More... | |
| #define | BT_PBAPC_GET_CALLER_NAME_CNF (BT_MODULE_PBAPC|0x07) |
| The confirmation event as a result of the completion of getting the caller name object from the remote device, with bt_pbapc_get_caller_name_cnf_t as the payload in the callback function. More... | |
| #define | BT_PBAPC_DISCONNECT_IND (BT_MODULE_PBAPC|0x08) |
| The disconnection indication event, initiated by a local or a remote device, with bt_pbapc_disconnect_ind_t as the payload in the callback function. More... | |
| #define | BT_PBAPC_MISSED_CALL_TYPE 0x00 |
| The missed call type. More... | |
| #define | BT_PBAPC_POHONEBOOK_TYPE 0x01 |
| The phonebook type. More... | |
Typedefs | |
| typedef uint8_t | bt_pbapc_phonebook_type_t |
| The following macros define the type of phonebook objects. | |
| #define BT_PBAPC_CONNECT_CNF (BT_MODULE_PBAPC|0x01) |
The following macros define the PBAPC event types.
The connection confirmation event, a result of the connection establishment initiated by the local device, with bt_pbapc_connect_cnf_t as the payload in the callback function.
| #define BT_PBAPC_DISCONNECT_IND (BT_MODULE_PBAPC|0x08) |
The disconnection indication event, initiated by a local or a remote device, with bt_pbapc_disconnect_ind_t as the payload in the callback function.
| #define BT_PBAPC_GET_CALLER_NAME_CNF (BT_MODULE_PBAPC|0x07) |
The confirmation event as a result of the completion of getting the caller name object from the remote device, with bt_pbapc_get_caller_name_cnf_t as the payload in the callback function.
| #define BT_PBAPC_GET_CALLER_NAME_IND (BT_MODULE_PBAPC|0x06) |
The indication event of getting the caller name object from the remote device, with bt_pbapc_get_caller_name_ind_t pas the payload in the callback function.
| #define BT_PBAPC_GET_NUMBER_OF_PHOENBOOK_OBJECTS_CNF (BT_MODULE_PBAPC|0x03) |
The confirmation event as a result of the completion of getting the number of missed call objects from the remote device, with bt_pbapc_get_number_of_phonebook_objects_cnf_t as the payload in the callback function.
| #define BT_PBAPC_GET_NUMBER_OF_PHOENBOOK_OBJECTS_IND (BT_MODULE_PBAPC|0x02) |
The indication event of getting the number of missed call objects from the remote device, with bt_pbapc_get_number_of_phonebook_objects_ind_t as the payload in the callback function.
| #define BT_PBAPC_GET_PHOENBOOK_OBJECTS_IND (BT_MODULE_PBAPC|0x04) |
The indication event of getting a missed call object from the remote device, with bt_pbapc_get_phonebook_objects_ind_t as the payload in the callback function.
| #define BT_PBAPC_GET_PHONEBOOK_OBJECTS_CNF (BT_MODULE_PBAPC|0x05) |
The confirmation event as a result of the completion of getting the missed call object from the remote device, with bt_pbapc_get_phonebook_objects_cnf_t as the payload in the callback function.
| #define BT_PBAPC_MISSED_CALL_TYPE 0x00 |
The missed call type.
| #define BT_PBAPC_POHONEBOOK_TYPE 0x01 |
The phonebook type.