Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc156 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService()
337 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService()
415 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication()
474 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification()
524 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp()
573 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU()
624 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover()
687 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read()
766 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write()
819 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite()
[all …]
Dgatt_int.h196 } tGATT_REG; typedef
308 tGATT_REG* p_reg; /* owner of this CLCB */
366 tGATT_REG cl_rcb[GATT_MAX_APPS];
398 extern bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr,
491 extern tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if);
Dgatt_main.cc352 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
462 tGATT_REG* p_reg = NULL; in gatt_channel_congestion()
493 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated()
513 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update()
806 tGATT_REG* p_reg; in gatt_send_conn_cback()
Dgatt_utils.cc711 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback()
847 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb()
849 tGATT_REG* p_reg = NULL; in gatt_get_regcb()
907 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc()
1276 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_cleanup_upon_disc()
Dgatt_cl.cc611 tGATT_REG* p_reg; in gatt_process_notification()