I have a custom service with custom characteristics. I have writes working. I can't seem to get read characteristics working. I never seem to trigger the BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event, so I am missing something.
I am setting the rd_auth bit in ble_gatts_attrib md_t.
I am setting read bit in ble_gatt_char_props_t
I am setting the read_access bit to SEC_OPEN in ble_add_char_user_dest_t
Is there anything else I should be looking at?