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()
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()
674 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification()
718 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp()
772 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU()
824 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover()
893 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Read()
981 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Write()
[all …]
Dgatt_int.h243 } tGATT_REG; typedef
383 tGATT_REG *p_reg; /* owner of this CLCB */
472 tGATT_REG cl_rcb[GATT_MAX_APPS];
525 extern BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr);
618 extern tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if);
Dgatt_utils.c1325 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback()
1468 tGATT_REG *gatt_get_regcb (tGATT_IF gatt_if) in gatt_get_regcb()
1471 tGATT_REG *p_reg = NULL; in gatt_get_regcb()
1528 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc()
2104 tGATT_REG *p_reg=NULL; in gatt_cleanup_upon_disc()
2297 BOOLEAN gatt_add_bg_dev_list(tGATT_REG *p_reg, BD_ADDR bd_addr, BOOLEAN is_initator) in gatt_add_bg_dev_list()
2448 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()
2576 tGATT_REG *p_reg; in gatt_update_auto_connect_dev()
2621 tGATT_REG *p_reg; in gatt_get_conn_id()
2688 tGATT_REG *p_reg = &gatt_cb.cl_rcb[0]; in gatt_update_listen_mode()
Dgatt_main.c317 BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr) in gatt_act_connect()
829 tGATT_REG *p_reg; in gatt_send_conn_cback()
Dgatt_cl.c618 tGATT_REG *p_reg; in gatt_process_notification()