Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c150 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_CreateService()
401 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService()
471 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_StartService()
605 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication()
676 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification()
725 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp()
779 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU()
834 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover()
903 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Read()
991 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Write()
[all …]
Dgatt_int.h258 } tGATT_REG; typedef
398 tGATT_REG *p_reg; /* owner of this CLCB */
502 tGATT_REG cl_rcb[GATT_MAX_APPS];
555 extern BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr, tBT_TRANSPORT transport);
647 extern tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if);
Dgatt_utils.c1409 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback()
1560 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb()
1563 tGATT_REG *p_reg = NULL; in gatt_get_regcb()
1620 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc()
2198 tGATT_REG *p_reg=NULL; in gatt_cleanup_upon_disc()
2396 BOOLEAN gatt_add_bg_dev_list(tGATT_REG *p_reg, BD_ADDR bd_addr, BOOLEAN is_initator) in gatt_add_bg_dev_list()
2551 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()
2621 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_deregister_bgdev_list()
2693 tGATT_REG *p_reg; in gatt_update_auto_connect_dev()
2757 tGATT_REG *p_reg = &gatt_cb.cl_rcb[0]; in gatt_update_listen_mode()
Dgatt_main.c322 BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr, tBT_TRANSPORT transport) in gatt_act_connect()
469 tGATT_REG *p_reg=NULL; in gatt_channel_congestion()
898 tGATT_REG *p_reg; in gatt_send_conn_cback()
Dgatt_cl.c662 tGATT_REG *p_reg; in gatt_process_notification()