|
at_ble_status_t | at_ble_addr_get (at_ble_addr_t *address) |
| Get device public BT Address. More...
|
|
at_ble_status_t | at_ble_addr_set (at_ble_addr_t *address) |
| Set the local device BT Address. More...
|
|
at_ble_status_t | at_ble_adv_data_set (uint8_t const *const adv_data, uint8_t adv_data_len, uint8_t const *const scan_resp_data, uint8_t scan_response_data_len) |
| Set, clear or update advertisement and scan response data. More...
|
|
at_ble_status_t | at_ble_adv_set_tx_power (int8_t power) |
| Set the Advertising transmission power. More...
|
|
at_ble_status_t | at_ble_adv_start (at_ble_adv_type_t type, at_ble_adv_mode_t mode, at_ble_addr_t *peer_addr, at_ble_filter_type_t filtered, uint16_t interval, uint16_t timeout, bool disable_randomness) |
| Start advertising (GAP Discoverable, Connectable modes, Broadcast Procedure). More...
|
|
at_ble_status_t | at_ble_adv_stop (void) |
| Stop advertising (GAP Discoverable, Connectable modes, Broadcast Procedure). More...
|
|
at_ble_status_t | at_ble_authenticate (at_ble_handle_t conn_handle, at_ble_pair_features_t *features, at_ble_LTK_t *ltk, at_ble_CSRK_t *csrk) |
| Starts Pairing procedure for a given connection. More...
|
|
at_ble_status_t | at_ble_characteristic_discover_all (at_ble_handle_t conn_handle, at_ble_handle_t start_handle, at_ble_handle_t end_handle) |
| Discover all Characteristics declared in a connected device. More...
|
|
at_ble_status_t | at_ble_characteristic_discover_by_uuid (at_ble_handle_t conn_handle, at_ble_handle_t start_handle, at_ble_handle_t end_handle, at_ble_uuid_t *uuid) |
| Discover all Characteristics of a given UUID declared in a connected device. More...
|
|
at_ble_status_t | at_ble_characteristic_read (at_ble_handle_t conn_handle, at_ble_handle_t char_handle, uint16_t offset, uint16_t length) |
| Read a characteristic given its handle. More...
|
|
at_ble_status_t | at_ble_characteristic_read_by_uuid (at_ble_handle_t conn_handle, at_ble_handle_t start_handle, at_ble_handle_t end_handle, at_ble_uuid_t *uuid) |
| Read a characteristic given its UUID. More...
|
|
at_ble_status_t | at_ble_characteristic_read_multible (at_ble_handle_t conn_handle, at_ble_handle_t *char_handle_list, uint16_t *char_val_length, uint8_t char_handle_count) |
| Read a list of characteristics given their handles. More...
|
|
at_ble_status_t | at_ble_characteristic_reliable_write_cancel (at_ble_handle_t conn_handle) |
| Cancels a pending prepared write operation. More...
|
|
at_ble_status_t | at_ble_characteristic_reliable_write_execute (at_ble_handle_t conn_handle) |
| Executes a pending prepared write operation. More...
|
|
at_ble_status_t | at_ble_characteristic_reliable_write_prepare (at_ble_handle_t conn_handle, at_ble_handle_t char_handle, uint16_t offset, uint16_t length, uint8_t *data) |
| Add a new prepared write request. More...
|
|
at_ble_status_t | at_ble_characteristic_value_get (at_ble_handle_t handle, uint8_t *value, uint16_t *actual_read_len) |
| Reads a characteristic value. More...
|
|
at_ble_status_t | at_ble_characteristic_value_set (at_ble_handle_t handle, uint8_t *value, uint16_t len) |
| Sets a characteristic value. More...
|
|
at_ble_status_t | at_ble_characteristic_write (at_ble_handle_t conn_handle, at_ble_handle_t char_handle, uint16_t offset, uint16_t length, uint8_t *data, bool signed_write, bool with_response) |
| Write a characteristic. More...
|
|
void | at_ble_conn_update_reply (at_ble_handle_t conn_handle, at_ble_connection_params_t *connection_params) |
| Reply to connection parameters update request AT_BLE_CONN_PARAM_UPDATE_REQUEST. More...
|
|
at_ble_status_t | at_ble_connect (at_ble_addr_t peers[], uint8_t peer_count, uint16_t scan_interval, uint16_t scan_window, at_ble_connection_params_t *connection_params) |
| Connect to a peer device. More...
|
|
at_ble_status_t | at_ble_connect_cancel (void) |
| Cancels an ongoing connection attempt. More...
|
|
at_ble_status_t | at_ble_connection_param_update (at_ble_handle_t handle, at_ble_connection_params_t *connection_params) |
| Update the connection parameters of an ongoing connection. More...
|
|
at_ble_status_t | at_ble_descriptor_discover_all (at_ble_handle_t conn_handle, at_ble_handle_t start_handle, at_ble_handle_t end_handle) |
| Discover all Descriptors declared in a connected device. More...
|
|
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_disconnect (at_ble_handle_t handle, at_ble_disconnect_reason_t reason) |
| Disconnect a connected peer device. More...
|
|
at_ble_status_t | at_ble_encryption_request_reply (at_ble_handle_t conn_handle, at_ble_auth_t auth, bool key_found, at_ble_LTK_t *key) |
| Responds to encryption start request from master device AT_BLE_ENCRYPTION_REQUEST , once encryption starts AT_BLE_ENCRYPTION_STATUS_CHANGED event is delivered. More...
|
|
at_ble_status_t | at_ble_encryption_start (at_ble_handle_t conn_handle, at_ble_LTK_t *key, at_ble_auth_t auth) |
| Starts encryption, once encryption starts AT_BLE_ENCRYPTION_STATUS_CHANGED event is delivered. More...
|
|
at_ble_status_t | at_ble_event_get (at_ble_events_t *event, void *params, uint32_t timeout) |
| extracts the next event form the event queue More...
|
|
at_ble_status_t | at_ble_event_user_defined_post (void *params) |
| Posts a user defined custom event into the event queue, allowing the user code to process other events in the same event handling loop. More...
|
|
at_ble_status_t | at_ble_exchange_mtu (at_ble_handle_t conn_handle) |
| This message is used by the application to initiate the MTU exchange. More...
|
|
at_ble_status_t | at_ble_gap_get_param (at_ble_parameters_t param, uint8_t *value_buff, uint16_t value_len) |
| Fetch a GAP Parameter value. More...
|
|
at_ble_status_t | at_ble_gap_set_param (at_ble_parameters_t param, uint8_t *value_buff, uint16_t value_len) |
| Change the GAP related parameters. More...
|
|
at_ble_status_t | at_ble_included_service_discover_all (at_ble_handle_t conn_handle, at_ble_handle_t start_handle, at_ble_handle_t end_handle) |
| Discover all included services declared in a connected device. More...
|
|
at_ble_status_t | at_ble_indication_send (at_ble_handle_t conn_handle, at_ble_handle_t attr_handle) |
| Sends an Indication. More...
|
|
at_ble_status_t | at_ble_init (void *args) |
| Reset the link layer and the host. More...
|
|
at_ble_status_t | at_ble_l2cap_cid_register (at_ble_handle_t conn_handle, uint16_t cid) |
| Registers a custom CID to received data from, when the L2CAP received data on the registered CID an AT_BLE_L2CAP_RX event will be reported. More...
|
|
at_ble_status_t | at_ble_l2cap_cid_unregister (at_ble_handle_t conn_handle, uint16_t cid) |
| Unregister a previously registered custom CID. More...
|
|
at_ble_status_t | at_ble_l2cap_tx (at_ble_handle_t conn_handle, uint16_t cid, uint8_t *data, uint16_t len) |
| Sends a custom L2CAP message using the given CID. More...
|
|
int8_t | at_ble_max_PA_gain_get (at_ble_handle_t conn_handle) |
| Gets maximum allowed TX gain of a given connection. More...
|
|
at_ble_status_t | at_ble_notification_send (at_ble_handle_t conn_handle, at_ble_handle_t attr_handle) |
| Sends a Notification. More...
|
|
at_ble_status_t | at_ble_pair_key_reply (at_ble_handle_t conn_handle, at_ble_pair_key_type_t type, uint8_t *key) |
| Provides a passkey or OOB data that was requested via AT_BLE_PAIR_KEY_REQUEST event, If key type is AT_BLE_PAIR_PASSKEY, then a 6-byte ASCII string (digit 0..9 only). More...
|
|
at_ble_status_t | at_ble_primary_service_define (at_ble_uuid_t *uuid, at_ble_handle_t *service_handle, at_ble_included_service_t *included_service_list, uint16_t included_service_count, at_ble_characteristic_t *characteristic_list, uint16_t characteristic_count) |
| Defines a new Primary service along with its included services and characteristics. More...
|
|
at_ble_status_t | at_ble_primary_service_discover_all (at_ble_handle_t conn_handle, at_ble_handle_t start_handle, at_ble_handle_t end_handle) |
| Discover all Primary services declared in a connected device. More...
|
|
at_ble_status_t | at_ble_primary_service_discover_by_uuid (at_ble_handle_t conn_handle, at_ble_handle_t start_handle, at_ble_handle_t end_handle, at_ble_uuid_t *uuid) |
| Discover all Primary services of a given UUID declared in a connected device. More...
|
|
at_ble_status_t | at_ble_random_address_resolve (uint8_t nb_key, at_ble_addr_t *rand_addr, uint8_t *irk_key) |
| Handles request of resolving a resolvable random address ,AT_BLE_RESOLV_RAND_ADDR_STATUS event is used to inform which key has been used to perform resolution. More...
|
|
at_ble_status_t | at_ble_read_authorize_reply (at_ble_handle_t conn_handle, at_ble_handle_t attr_handle, bool grant_authorization, bool update_value, uint8_t *value, uint16_t offset, uint16_t len) |
| Replies to a read authorization request requested by by AT_BLE_READ_AUTHORIZE_REQUEST event. More...
|
|
int8_t | at_ble_rx_power_get (at_ble_handle_t conn_handle) |
| Gets RX power of a given connection. More...
|
|
at_ble_status_t | at_ble_rx_power_subscribe (at_ble_handle_t conn_handle, uint16_t range_max, uint16_t range_min) |
| Subscribes for RX power level notifications. More...
|
|
at_ble_status_t | at_ble_rx_power_unsubscribe (at_ble_handle_t conn_handle) |
| Unsubscribe form RX power level notifications. More...
|
|
at_ble_status_t | at_ble_scan_start (uint16_t interval, uint16_t window, uint16_t timeout, at_ble_scan_type_t type, at_ble_scan_mode_t mode, bool filter_whitelist, bool filter_duplicates) |
| Start scan operation. More...
|
|
at_ble_status_t | at_ble_scan_stop (void) |
| Stops an ongoing scan operation. More...
|
|
at_ble_status_t | at_ble_sec_info_set (at_ble_handle_t handle, at_ble_signature_info_t signature_info, at_ble_auth_t authen, at_ble_author_t author) |
| Set specific link security configuration and bonding data. More...
|
|
at_ble_status_t | at_ble_secondary_service_define (at_ble_uuid_t *uuid, at_ble_handle_t *service_handle, at_ble_included_service_t *included_service_list, uint16_t included_service_count, at_ble_characteristic_t *characteristic_list, uint16_t characteristic_count) |
| Defines a new Secondary service along with its included services and characteristics. More...
|
|
at_ble_status_t | at_ble_send_slave_sec_request (at_ble_handle_t conn_handle, bool mitm_protection, bool bond) |
| Send slave security request to master. More...
|
|
at_ble_status_t | at_ble_service_changed_notification_send (at_ble_handle_t conn_handle, at_ble_handle_t start_handle, at_ble_handle_t end_handle) |
| Sends a Service changed Notification. More...
|
|
at_ble_status_t | at_ble_set_dev_config (at_ble_gap_role role) |
| Set GAP attribute data base into BLE chip. More...
|
|
at_ble_status_t | at_ble_set_gap_deviceinfo (at_ble_gap_deviceinfo_t *gap_deviceinfo) |
| Set GAP attribute data base in BLE API (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...
|
|
int8_t | at_ble_tx_power_get (at_ble_handle_t conn_handle) |
| Gets TX power of a given connection. More...
|
|
at_ble_status_t | at_ble_tx_power_set (at_ble_handle_t conn_handle, int8_t powerdBm) |
| Sets TX gain, relative to maximum gain, for a given connection. More...
|
|
at_ble_status_t | at_ble_whitelist_add (at_ble_addr_t *address) |
| Adds a peer device address to the white-list. More...
|
|
at_ble_status_t | at_ble_whitelist_clear (void) |
| Clear the white-list. More...
|
|
at_ble_status_t | at_ble_whitelist_remove (at_ble_addr_t *address) |
| Removes a peer device address from the white-list. More...
|
|
at_ble_status_t | at_ble_write_authorize_reply (at_ble_handle_t conn_handle, at_ble_handle_t attr_handle, bool grant_authorization) |
| Replies to a write authorization request requested by by AT_BLE_WRITE_AUTHORIZE_REQUEST event. More...
|
|