Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c166 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_CreateService()
396 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService()
469 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_StartService()
601 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication()
673 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification()
724 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp()
870 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU()
927 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover()
994 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Read()
1080 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Write()
[all …]
Dgatt_utils.c1526 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback()
1673 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb()
1676 tGATT_REG *p_reg = NULL; in gatt_get_regcb()
1781 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc()
2350 tGATT_REG *p_reg = NULL; in gatt_cleanup_upon_disc()
2540 BOOLEAN gatt_add_bg_dev_list(tGATT_REG *p_reg, BD_ADDR bd_addr, BOOLEAN is_initator) in gatt_add_bg_dev_list()
2682 BOOLEAN gatt_remove_bg_dev_from_list(tGATT_REG *p_reg, BD_ADDR bd_addr, BOOLEAN is_initiator) in gatt_remove_bg_dev_from_list()
2749 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_deregister_bgdev_list()
2823 tGATT_REG *p_reg; in gatt_update_auto_connect_dev()
2881 tGATT_REG *p_reg = &gatt_cb.cl_rcb[0]; in gatt_update_listen_mode()
Dgatt_main.c378 BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr, in gatt_act_connect()
527 tGATT_REG *p_reg = NULL; in gatt_channel_congestion()
931 tGATT_REG *p_reg; in gatt_send_conn_cback()
Dgatt_cl.c648 tGATT_REG *p_reg; in gatt_process_notification()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h265 } tGATT_REG; typedef
429 tGATT_REG *p_reg; /* owner of this CLCB */
526 tGATT_REG cl_rcb[GATT_MAX_APPS];
597 extern BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr, tBLE_ADDR_TYPE bd_addr_type, tB…
694 extern tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if);