Bluetooth LE GATT request types.
| Enumerator |
|---|
| BLE_GQ_REQ_GATTC_READ | GATTC Read Request. See sd_ble_gattc_read.
|
| BLE_GQ_REQ_GATTC_WRITE | GATTC Write Request. See sd_ble_gattc_write.
|
| BLE_GQ_REQ_SRV_DISCOVERY | GATTC Service Discovery Request. See sd_ble_gattc_primary_services_discover.
|
| BLE_GQ_REQ_CHAR_DISCOVERY | GATTC Characteristic Discovery Request. See sd_ble_gattc_characteristics_discover.
|
| BLE_GQ_REQ_DESC_DISCOVERY | GATTC Characteristic Descriptor Discovery Request. See sd_ble_gattc_descriptors_discover.
|
| BLE_GQ_REQ_GATTS_HVX | GATTS Handle Value Notification or Indication. See ble_gatts_hvx_params_t.
|
| BLE_GQ_REQ_NUM | Total number of different GATT Request types.
|