Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc225 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService()
416 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService()
498 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication()
562 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification()
609 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp()
660 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU()
793 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover()
853 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read()
938 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write()
1000 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite()
[all …]
Dgatt_int.h195 } tGATT_REG; typedef
307 tGATT_REG* p_reg; /* owner of this CLCB */
380 tGATT_REG cl_rcb[GATT_MAX_APPS];
417 extern bool gatt_act_connect(tGATT_REG* p_reg, BD_ADDR bd_addr,
521 extern tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if);
Dgatt_utils.cc877 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback()
1016 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb()
1018 tGATT_REG* p_reg = NULL; in gatt_get_regcb()
1076 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc()
1585 tGATT_REG* p_reg = NULL; in gatt_cleanup_upon_disc()
1762 bool gatt_add_bg_dev_list(tGATT_REG* p_reg, BD_ADDR bd_addr) { in gatt_add_bg_dev_list()
1877 bool gatt_remove_bg_dev_from_list(tGATT_REG* p_reg, BD_ADDR bd_addr) { in gatt_remove_bg_dev_from_list()
1970 tGATT_REG* p_reg; in gatt_update_auto_connect_dev()
Dgatt_main.cc352 bool gatt_act_connect(tGATT_REG* p_reg, BD_ADDR bd_addr, in gatt_act_connect()
483 tGATT_REG* p_reg = NULL; in gatt_channel_congestion()
504 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated()
526 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update()
907 tGATT_REG* p_reg; in gatt_send_conn_cback()
Dgatt_cl.cc602 tGATT_REG* p_reg; in gatt_process_notification()