Home
last modified time | relevance | path

Searched defs:p_reg (Results 1 – 16 of 16) sorted by relevance

/system/bt/stack/gatt/
Dgatt_api.cc174 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() local
362 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() local
441 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() local
504 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() local
557 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() local
608 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() local
669 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() local
742 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() local
823 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write() local
876 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite() local
[all …]
Dgatt_main.cc370 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
484 tGATT_REG* p_reg = NULL; in gatt_channel_congestion() local
515 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated() local
532 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update() local
754 tGATT_REG* p_reg; in gatt_send_conn_cback() local
Dgatt_utils.cc780 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() local
919 tGATT_REG* p_reg = NULL; in gatt_get_regcb() local
953 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_is_clcb_allocated() local
1004 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() local
1576 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_cleanup_upon_disc() local
Dgatt_cl.cc624 tGATT_REG* p_reg; in gatt_process_notification() local
Dgatt_int.h338 tGATT_REG* p_reg; /* owner of this CLCB */ member
/system/bt/bta/gatt/
Dbta_gatts_utils.cc64 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
Dbta_gatts_act.cc590 tBTA_GATTS_RCB* p_reg; in bta_gatts_conn_cback() local
624 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_phy_update_cback() local
642 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_conn_update_cback() local
/system/bt/test/mock/
Dmock_bta_ar.cc48 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
Dmock_bta_sys_main.cc54 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
Dmock_stack_gatt_main.cc43 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
Dmock_stack_avdt_api.cc132 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()
/system/bt/bta/sys/
Dbta_sys_main.cc118 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
/system/bt/bta/ar/
Dbta_ar.cc75 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
/system/nfc/src/nfa/sys/
Dnfa_sys_main.cc121 void nfa_sys_register(uint8_t id, const tNFA_SYS_REG* p_reg) { in nfa_sys_register()
/system/bt/stack/test/common/
Dmock_gatt_main.cc42 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
/system/bt/stack/avdt/
Davdt_api.cc95 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()