Was sd_ble_gatts_value_get changed from s 110 to s 132?
Please tell me how it changed. sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value) here、
Can conn_handle be BLE_CONN_HANDLE_INVALID?
Was sd_ble_gatts_value_get changed from s 110 to s 132?
Please tell me how it changed. sd_ble_gatts_value_get(uint16_t conn_handle, uint16_t handle, ble_gatts_value_t *p_value) here、
Can conn_handle be BLE_CONN_HANDLE_INVALID?
Not that I know of, the declaration didn't change at least. Are you experiencing any change in behavior? conn_handle can be used if the value does not belong to a system attribute.
Not that I know of, the declaration didn't change at least. Are you experiencing any change in behavior? conn_handle can be used if the value does not belong to a system attribute.