Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.c149 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_CreateService()
400 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService()
470 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_StartService()
604 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication()
675 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()
778 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU()
833 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover()
901 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Read()
990 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Write()
[all …]
Dgatt_int.h258 } tGATT_REG; typedef
396 tGATT_REG *p_reg; /* owner of this CLCB */
481 tGATT_REG cl_rcb[GATT_MAX_APPS];
535 extern BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr, tBT_TRANSPORT transport, bool o…
628 extern tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if);
Dgatt_utils.c1463 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback()
1614 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb()
1617 tGATT_REG *p_reg = NULL; in gatt_get_regcb()
1679 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc()
2256 tGATT_REG *p_reg=NULL; in gatt_cleanup_upon_disc()
2457 BOOLEAN gatt_add_bg_dev_list(tGATT_REG *p_reg, BD_ADDR bd_addr, BOOLEAN is_initator) in gatt_add_bg_dev_list()
2612 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()
2682 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_deregister_bgdev_list()
2754 tGATT_REG *p_reg; in gatt_update_auto_connect_dev()
2818 tGATT_REG *p_reg = &gatt_cb.cl_rcb[0]; in gatt_update_listen_mode()
Dgatt_main.c352 BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr, in gatt_act_connect()
506 tGATT_REG *p_reg=NULL; in gatt_channel_congestion()
935 tGATT_REG *p_reg; in gatt_send_conn_cback()
Dgatt_cl.c667 tGATT_REG *p_reg; in gatt_process_notification()