Home | History | Annotate | Download | only in gatt

Lines Matching refs:gatt_cb

296   if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) {
299 gatt_cb.err_status);
301 gatt_send_error_rsp(p_tcb, gatt_cb.err_status, gatt_cb.req_op_code,
302 gatt_cb.handle, false);
358 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) {
361 gatt_cb.err_status);
365 gatt_send_error_rsp(p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle,
377 if (it != gatt_cb.srv_list_info->end()) {
455 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info) {
480 gatt_cb.last_primary_s_handle &&
481 gatt_cb.last_primary_s_handle == el.s_hdl) {
718 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info) {
788 if (gatt_cb.cl_rcb[i].in_use) {
790 GATT_CREATE_CONN_ID(p_tcb->tcb_idx, gatt_cb.cl_rcb[i].gatt_if);
828 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) {
831 gatt_cb.err_status);
833 gatt_send_error_rsp(p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, s_hdl,
851 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info) {
1037 gatt_cb.handle = handle;
1038 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) {
1040 gatt_cb.err_status);
1042 gatt_send_error_rsp(p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle,
1050 for (auto& el : *gatt_cb.srv_list_info) {
1104 if (gatt_cb.cb_info.p_srv_chg_callback)
1105 (*gatt_cb.cb_info.p_srv_chg_callback)(GATTS_SRV_CHG_CMD_UPDATE_CLIENT,
1147 if (ack_handle == gatt_cb.handle_of_h_r) {
1180 for (auto& el : *gatt_cb.srv_list_info) {