This group includes GAP device configurations APIs.
|
at_ble_status_t | at_ble_device_name_set (uint8_t *dev_name, uint8_t len) |
| Set device name. More...
|
|
at_ble_status_t | at_ble_gap_get_peer_deviceinfo (uint16_t conn_handle, at_ble_gapc_get_info_cmd_t *operation) |
| Retrieve information about peer device or about the current active link expected events are AT_BLE_PEER_ATT_INFO_IND AT_BLE_CON_CHANNEL_MAP_IND. More...
|
|
at_ble_status_t | at_ble_init (at_ble_init_config_t *args) |
| Initialize bus interface, reset the link layer and the host , Initialize memory required for storing data base related data. More...
|
|
at_ble_status_t | at_ble_set_att_config (at_ble_att_cfg_t *dev_att_cfg) |
| Set attribute permissions configuration (Device Appearance permissions, slave preferred connection parameters, Device Name permissions, Service Change feature) More...
|
|
at_ble_status_t | at_ble_set_channel_map (at_ble_channel_map_t *map) |
| Set channel map. More...
|
|
at_ble_status_t | at_ble_set_dev_config (at_ble_dev_config_t *config) |
| Set device configuration. More...
|
|
at_ble_status_t | at_ble_set_gap_deviceinfo (at_ble_gap_deviceinfo_t *gap_deviceinfo) |
| Set GAP attribute data base (Appearance , slave preferred connection parameters , device name write permissions) More...
|
|
at_ble_status_t | at_ble_set_privacy_key (at_ble_gap_irk_t *irk, uint16_t interval) |
| Set device Identity Resolving Key. More...
|
|
Initialize bus interface, reset the link layer and the host , Initialize memory required for storing data base related data.
- Parameters
-
[in] | args | Pointer to specific data depends on API version
|
- Warning
- This function must be the first to be called.
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
Referenced by ble_init().
Set attribute permissions configuration (Device Appearance permissions, slave preferred connection parameters, Device Name permissions, Service Change feature)
- Parameters
-
[in] | dev_att_cfg | pointer to attributes configuration |
- See Also
- at_ble_att_cfg_t
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
Set GAP attribute data base (Appearance , slave preferred connection parameters , device name write permissions)
- Parameters
-
[in] | gap_deviceinfo | GAP device information, |
- See Also
- at_ble_gap_deviceinfo_t
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
Set device Identity Resolving Key.
- Parameters
-
[in] | irk | device IRK used for resolvable random BD address generation |
[in] | interval | duration before regenerate device address in 10 ms units |
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t