Home
last modified time | relevance | path

Searched refs:handle_of_h_r (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc265 if (handle == gatt_cb.handle_of_h_r) { in read_attr_value()
300 if (handle == gatt_cb.handle_of_h_r) return GATT_WRITE_NOT_PERMIT; in proc_write_req()
456 gatt_cb.handle_of_h_r = service[1].attribute_handle; in gatt_profile_db_init()
Dgatt_main.cc1080 if (!gatt_cb.handle_of_h_r) return; in gatt_send_srv_chg_ind()
1092 if (GATTS_HandleValueIndication(conn_id, gatt_cb.handle_of_h_r, in gatt_send_srv_chg_ind()
1153 if (!gatt_cb.cb_info.p_srv_chg_callback || !gatt_cb.handle_of_h_r) return; in gatt_proc_srv_chg()
Dgatt_utils.cc319 if (p_tcb->indicate_handle == gatt_cb.handle_of_h_r) return true; in gatt_is_srv_chg_ind_pending()
322 p_tcb->peer_bda, gatt_cb.handle_of_h_r)) in gatt_is_srv_chg_ind_pending()
331 if (p_buf->handle == gatt_cb.handle_of_h_r) { in gatt_is_srv_chg_ind_pending()
777 if (p_tcb->indicate_handle == gatt_cb.handle_of_h_r) { in gatt_indication_confirmation_timeout()
Dgatt_int.h436 handle_of_h_r; /* Handle of the handles reused characteristic value */ member
Dgatt_sr.cc1252 if (ack_handle == gatt_cb.handle_of_h_r) { in gatts_proc_ind_ack()