Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
Message Sequence Chart

Message Sequence Chart

This section indicates how to use the R_BLE GATT Client APIs in typical use cases of Bluetooth Low Energy.

Initialization

msc_gattc_init_en.svg

Exchange MTU

msc_gattc_ex_mtu_en.svg

Discover All Primary Services

msc_gattc_disc_all_ps_en.svg

Discover Primary Service by Service UUID

msc_gattc_disc_ps_en.svg

Discover Secondary Service

msc_gattc_disc_ss_en.svg

Find Included Services

msc_gattc_find_is_en.svg

Discover All Characteristics of a Service

msc_gattc_disc_all_char_en.svg

Discover Characteristic By UUID

msc_gattc_disc_char_by_uuid_en.svg

Discover All Characteristic Descriptors

msc_gattc_disc_char_desc_en.svg

Read Characteristic Value

msc_gattc_read_char_en.svg

Read Using Characteristic UUID

msc_gattc_read_us_uuid_char_en.svg

Read Long Characteristic Values

msc_gattc_read_long_char_en.svg

Read Multiple Characteristic Values

msc_gattc_read_multi_char_en.svg

Write Without Response

msc_gattc_write_without_rsp_en.svg

Signed Write Without Response

msc_gattc_signed_write_en.svg

Write Characteristic Value

msc_gattc_write_char_en.svg

Write Long Characteristic Values

msc_gattc_write_long_char_en.svg

Reliable Writes

msc_gattc_reliable_write_en.svg

Notifications

msc_gattc_notif_en.svg

Indications

msc_gattc_ind_en.svg