Home
last modified time | relevance | path

Searched refs:GATT_GET_SR_REG_PTR (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c727 p_rcb = GATT_GET_SR_REG_PTR(p_srv->i_sreg); in gatt_build_primary_service_rsp()
1011 p_rcb = GATT_GET_SR_REG_PTR(p_srv->i_sreg); in gatts_process_find_info()
1157 p_rcb = GATT_GET_SR_REG_PTR(p_srv->i_sreg); in gatts_process_read_by_type_req()
Dgatt_utils.c528 p_rcb = GATT_GET_SR_REG_PTR(p_srv->i_sreg); in gatt_is_last_attribute()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h36 #define GATT_GET_SR_REG_PTR(index) (&gatt_cb.sr_reg[(UINT8) (index)]); macro