![]() |
Airoha M0 BLE API
1.0.5.4
|
Functions | |
GATT_STATUS | ble_gatt_4_3_1_exchange_mtu (GATT_4_3_1_PARA *para) |
API for starting GATT procedure: Exchange MTU. This API would invoke gatt event BLE_GATT_EVT_MTU_EXCHANGED after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_4_1_disc_all_primary_services (GATT_4_4_1_PARA *para) |
API for starting GATT procedure: Discover All Primary Services. This API would invoke gatt event BLE_GATT_EVT_PRIM_SERVICE_DISCOVERED after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_4_2_disc_primary_service_by_UUID (GATT_4_4_2_PARA *para) |
API for starting GATT procedure: Discover Primary Services By Service UUID. This API would invoke gatt event BLE_GATT_EVT_UUID_SERVICE_DISCOVERED after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_5_1_find_included_services (GATT_4_5_1_PARA *para) |
API for starting GATT procedure: Find Included Services. This API would invoke gatt event BLE_GATT_EVT_INCLUDED_SERVICE_FOUND after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_6_1_disc_all_chars (GATT_4_6_1_PARA *para) |
API for starting GATT procedure: Discover All Characteristic of A Service. This API would invoke gatt event BLE_GATT_EVT_SERVICE_CHAR_DISCOVERED after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_6_2_disc_chars_by_UUID (GATT_4_6_2_PARA *para) |
API for starting GATT procedure: Discover Characteristics by UUID. This API would invoke gatt event BLE_GATT_EVT_UUID_CHAR_DISCOVERED after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_7_1_disc_all_char_descs (GATT_4_7_1_PARA *para) |
API for starting GATT procedure: Discover All Characteristic Descriptors. This API would invoke gatt event BLE_GATT_EVT_CHAR_DESCRIP_DISCOVERED after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_8_1_read_char_value (GATT_4_8_1_PARA *para) |
API for starting GATT procedure: Read Characteristic Value. This API would invoke gatt event BLE_GATT_EVT_CHAR_VALUE_READ after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_8_2_read_using_char_UUID (GATT_4_8_2_PARA *para) |
API for starting GATT procedure: Read Using Characteristic UUID. This API would invoke gatt event BLE_GATT_EVT_UUID_CHAR_READ after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_8_3_read_long_char_value (GATT_4_8_3_PARA *para) |
API for starting GATT procedure: Read Long Characteristic Values. This API would invoke gatt event BLE_GATT_EVT_LONG_CHAR_READ after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_8_4_read_multi_char_values (GATT_4_8_4_PARA *para) |
API for starting GATT procedure: Read Multiple Characteristic Values. This API would invoke gatt event BLE_GATT_EVT_MULTI_CHAR_READ after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_9_1_write_no_rsp (GATT_4_9_1_PARA *para) |
API for starting GATT procedure: Write Without Response. This API would not invoke gatt event. . More... | |
GATT_STATUS | ble_gatt_4_9_2_signed_write_no_rsp (GATT_4_9_2_PARA *para) |
API for starting GATT procedure: Signed Write Without Response. This API would not invoke gatt event. . More... | |
GATT_STATUS | ble_gatt_4_9_3_write_char_value (GATT_4_9_3_PARA *para) |
API for starting GATT procedure: Write Characteristic Value. This API would invoke gatt event BLE_GATT_EVT_CHAR_VALUE_WRITTEN after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_9_4_write_long_char_value (GATT_4_9_4_PARA *para) |
API for starting GATT procedure: Write Long Characteristic Values. This API would invoke gatt event BLE_GATT_EVT_LONG_CHAR_WRITTEN after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_9_5_reliable_writes (GATT_4_9_5_PARA *para) |
API for starting GATT procedure: Characteristic Value Reliable Writes. This API would invoke gatt event BLE_GATT_EVT_RELIABLE_WRITE_FINISHED after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_12_1_read_char_desc (GATT_4_12_1_PARA *para) |
API for starting GATT procedure: Read Characteristic Descriptors. This API would invoke gatt event BLE_GATT_EVT_CHAR_DESCRIP_READ after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_12_2_read_long_char_desc (GATT_4_12_2_PARA *para) |
API for starting GATT procedure: Read Long Characteristic Descriptors. This API would invoke gatt event BLE_GATT_EVT_LONG_DESCRIP_READ after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_12_3_write_char_desc (GATT_4_12_3_PARA *para) |
API for starting GATT procedure: Write Characteristic Descriptors. This API would invoke gatt event BLE_GATT_EVT_CHAR_DESCRIP_WRITTEN after procedure is finished successfully. . More... | |
GATT_STATUS | ble_gatt_4_12_4_write_long_char_desc (GATT_4_12_4_PARA *para) |
API for starting GATT procedure: Write Long Characteristic Descriptors. This API would invoke gatt event BLE_GATT_EVT_LONG_DESCRIP_WRITTEN after procedure is finished successfully. . More... | |
enum ble_gatt_event_id |
GATT Event ID enumeration.
enum GATT_STATUS |
GATT_STATUS ble_gatt_4_3_1_exchange_mtu | ( | GATT_4_3_1_PARA * | para | ) |
API for starting GATT procedure: Exchange MTU.
This API would invoke gatt event BLE_GATT_EVT_MTU_EXCHANGED after procedure is finished successfully.
.
para | GATT_4_3_1_PARA |
GATT_STATUS ble_gatt_4_4_1_disc_all_primary_services | ( | GATT_4_4_1_PARA * | para | ) |
API for starting GATT procedure: Discover All Primary Services.
This API would invoke gatt event BLE_GATT_EVT_PRIM_SERVICE_DISCOVERED after procedure is finished successfully.
.
para | GATT_4_4_1_PARA |
GATT_STATUS ble_gatt_4_4_2_disc_primary_service_by_UUID | ( | GATT_4_4_2_PARA * | para | ) |
API for starting GATT procedure: Discover Primary Services By Service UUID.
This API would invoke gatt event BLE_GATT_EVT_UUID_SERVICE_DISCOVERED after procedure is finished successfully.
.
para | GATT_4_4_2_PARA |
GATT_STATUS ble_gatt_4_5_1_find_included_services | ( | GATT_4_5_1_PARA * | para | ) |
API for starting GATT procedure: Find Included Services.
This API would invoke gatt event BLE_GATT_EVT_INCLUDED_SERVICE_FOUND after procedure is finished successfully.
.
para | GATT_4_5_1_PARA |
GATT_STATUS ble_gatt_4_6_1_disc_all_chars | ( | GATT_4_6_1_PARA * | para | ) |
API for starting GATT procedure: Discover All Characteristic of A Service.
This API would invoke gatt event BLE_GATT_EVT_SERVICE_CHAR_DISCOVERED after procedure is finished successfully.
.
para | GATT_4_6_1_PARA |
GATT_STATUS ble_gatt_4_6_2_disc_chars_by_UUID | ( | GATT_4_6_2_PARA * | para | ) |
API for starting GATT procedure: Discover Characteristics by UUID.
This API would invoke gatt event BLE_GATT_EVT_UUID_CHAR_DISCOVERED after procedure is finished successfully.
.
para | GATT_4_6_2_PARA |
GATT_STATUS ble_gatt_4_7_1_disc_all_char_descs | ( | GATT_4_7_1_PARA * | para | ) |
API for starting GATT procedure: Discover All Characteristic Descriptors.
This API would invoke gatt event BLE_GATT_EVT_CHAR_DESCRIP_DISCOVERED after procedure is finished successfully.
.
para | GATT_4_7_1_PARA |
GATT_STATUS ble_gatt_4_8_1_read_char_value | ( | GATT_4_8_1_PARA * | para | ) |
API for starting GATT procedure: Read Characteristic Value.
This API would invoke gatt event BLE_GATT_EVT_CHAR_VALUE_READ after procedure is finished successfully.
.
para | GATT_4_8_1_PARA |
GATT_STATUS ble_gatt_4_8_2_read_using_char_UUID | ( | GATT_4_8_2_PARA * | para | ) |
API for starting GATT procedure: Read Using Characteristic UUID.
This API would invoke gatt event BLE_GATT_EVT_UUID_CHAR_READ after procedure is finished successfully.
.
para | GATT_4_8_2_PARA |
GATT_STATUS ble_gatt_4_8_3_read_long_char_value | ( | GATT_4_8_3_PARA * | para | ) |
API for starting GATT procedure: Read Long Characteristic Values.
This API would invoke gatt event BLE_GATT_EVT_LONG_CHAR_READ after procedure is finished successfully.
.
para | GATT_4_8_3_PARA |
GATT_STATUS ble_gatt_4_8_4_read_multi_char_values | ( | GATT_4_8_4_PARA * | para | ) |
API for starting GATT procedure: Read Multiple Characteristic Values.
This API would invoke gatt event BLE_GATT_EVT_MULTI_CHAR_READ after procedure is finished successfully.
.
para | GATT_4_8_4_PARA |
GATT_STATUS ble_gatt_4_9_1_write_no_rsp | ( | GATT_4_9_1_PARA * | para | ) |
API for starting GATT procedure: Write Without Response.
This API would not invoke gatt event.
.
para | GATT_4_9_1_PARA |
GATT_STATUS ble_gatt_4_9_2_signed_write_no_rsp | ( | GATT_4_9_2_PARA * | para | ) |
API for starting GATT procedure: Signed Write Without Response.
This API would not invoke gatt event.
.
para | GATT_4_9_2_PARA |
GATT_STATUS ble_gatt_4_9_3_write_char_value | ( | GATT_4_9_3_PARA * | para | ) |
API for starting GATT procedure: Write Characteristic Value.
This API would invoke gatt event BLE_GATT_EVT_CHAR_VALUE_WRITTEN after procedure is finished successfully.
.
para | GATT_4_9_3_PARA |
GATT_STATUS ble_gatt_4_9_4_write_long_char_value | ( | GATT_4_9_4_PARA * | para | ) |
API for starting GATT procedure: Write Long Characteristic Values.
This API would invoke gatt event BLE_GATT_EVT_LONG_CHAR_WRITTEN after procedure is finished successfully.
.
para | GATT_4_9_4_PARA |
GATT_STATUS ble_gatt_4_9_5_reliable_writes | ( | GATT_4_9_5_PARA * | para | ) |
API for starting GATT procedure: Characteristic Value Reliable Writes.
This API would invoke gatt event BLE_GATT_EVT_RELIABLE_WRITE_FINISHED after procedure is finished successfully.
.
para | GATT_4_9_5_PARA |
GATT_STATUS ble_gatt_4_12_1_read_char_desc | ( | GATT_4_12_1_PARA * | para | ) |
API for starting GATT procedure: Read Characteristic Descriptors.
This API would invoke gatt event BLE_GATT_EVT_CHAR_DESCRIP_READ after procedure is finished successfully.
.
para | GATT_4_12_1_PARA |
GATT_STATUS ble_gatt_4_12_2_read_long_char_desc | ( | GATT_4_12_2_PARA * | para | ) |
API for starting GATT procedure: Read Long Characteristic Descriptors.
This API would invoke gatt event BLE_GATT_EVT_LONG_DESCRIP_READ after procedure is finished successfully.
.
para | GATT_4_12_2_PARA |
GATT_STATUS ble_gatt_4_12_3_write_char_desc | ( | GATT_4_12_3_PARA * | para | ) |
API for starting GATT procedure: Write Characteristic Descriptors.
This API would invoke gatt event BLE_GATT_EVT_CHAR_DESCRIP_WRITTEN after procedure is finished successfully.
.
para | GATT_4_12_3_PARA |
GATT_STATUS ble_gatt_4_12_4_write_long_char_desc | ( | GATT_4_12_4_PARA * | para | ) |
API for starting GATT procedure: Write Long Characteristic Descriptors.
This API would invoke gatt event BLE_GATT_EVT_LONG_DESCRIP_WRITTEN after procedure is finished successfully.
.
para | GATT_4_12_4_PARA |