Searched refs:ecred_conn_rsp (Results 1 – 3 of 3) sorted by relevance
237 void (*ecred_conn_rsp)(struct bt_conn *conn, uint16_t result, uint8_t attempted, member
2017 if (ecred_cb && ecred_cb->ecred_conn_rsp) { in le_ecred_conn_rsp()2018 ecred_cb->ecred_conn_rsp(conn, result, attempted, succeeded, psm); in le_ecred_conn_rsp()
3833 .ecred_conn_rsp = ecred_connect_rsp_cb, in bt_eatt_init()