Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c312 if (p_data->handle == gatt_cb.handle_of_h_r) { in gatt_proc_write_req()
464 …gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT… in gatt_profile_db_init()
468 gatt_cb.handle_of_h_r); in gatt_profile_db_init()
Dgatt_main.c1068 if (gatt_cb.handle_of_h_r) { in gatt_send_srv_chg_ind()
1073 gatt_cb.handle_of_h_r, in gatt_send_srv_chg_ind()
1170 if (gatt_cb.cb_info.p_srv_chg_callback && gatt_cb.handle_of_h_r) { in gatt_proc_srv_chg()
Dgatt_utils.c824 if (p_tcb->indicate_handle == gatt_cb.handle_of_h_r) { in gatt_is_srv_chg_ind_pending()
832 if (p_buf->handle == gatt_cb.handle_of_h_r) in gatt_is_srv_chg_ind_pending()
Dgatt_sr.c1680 if (ack_handle == gatt_cb.handle_of_h_r) { in gatts_proc_ind_ack()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h541 …UINT16 handle_of_h_r; /* Handle of the handles reused characteristic value */ member