Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_main.cc906 if (!gatt_cb.handle_of_h_r) return; in gatt_send_srv_chg_ind()
918 GATTS_HandleValueIndication(conn_id, gatt_cb.handle_of_h_r, in gatt_send_srv_chg_ind()
975 if (!gatt_cb.cb_info.p_srv_chg_callback || !gatt_cb.handle_of_h_r) return; in gatt_proc_srv_chg()
Dgatt_utils.cc284 if (p_tcb->indicate_handle == gatt_cb.handle_of_h_r) return true; in gatt_is_srv_chg_ind_pending()
292 if (p_buf->handle == gatt_cb.handle_of_h_r) { in gatt_is_srv_chg_ind_pending()
614 if (p_tcb->indicate_handle == gatt_cb.handle_of_h_r) { in gatt_indication_confirmation_timeout()
Dgatt_attr.cc298 gatt_cb.handle_of_h_r = service[1].attribute_handle; in gatt_profile_db_init()
Dgatt_int.h379 handle_of_h_r; /* Handle of the handles reused characteristic value */ member
Dgatt_sr.cc1134 if (ack_handle == gatt_cb.handle_of_h_r) { in gatts_proc_ind_ack()