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);
628 extern tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if);
Dgatt_utils.c1464 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback()
1615 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb()
1618 tGATT_REG *p_reg = NULL; in gatt_get_regcb()
1680 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc()
2257 tGATT_REG *p_reg=NULL; in gatt_cleanup_upon_disc()
2458 BOOLEAN gatt_add_bg_dev_list(tGATT_REG *p_reg, BD_ADDR bd_addr, BOOLEAN is_initator) in gatt_add_bg_dev_list()
2613 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()
2683 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_deregister_bgdev_list()
2755 tGATT_REG *p_reg; in gatt_update_auto_connect_dev()
2819 tGATT_REG *p_reg = &gatt_cb.cl_rcb[0]; in gatt_update_listen_mode()
Dgatt_main.c373 BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr, tBT_TRANSPORT transport) in gatt_act_connect()
523 tGATT_REG *p_reg=NULL; in gatt_channel_congestion()
952 tGATT_REG *p_reg; in gatt_send_conn_cback()
Dgatt_cl.c667 tGATT_REG *p_reg; in gatt_process_notification()