Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc182 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() local
386 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() local
466 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() local
564 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() local
659 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() local
708 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() local
889 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() local
951 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() local
1058 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write() local
1108 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite() local
[all …]
Dgatt_main.cc423 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in gatt_act_connect()
459 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, tBT_TRANSPORT transport, in gatt_act_connect()
619 tGATT_REG* p_reg = NULL; in gatt_channel_congestion() local
929 tGATT_REG* p_reg; in gatt_send_conn_cback() local
Dgatt_utils.cc890 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() local
1043 tGATT_REG* p_reg = NULL; in gatt_get_regcb() local
1098 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() local
1661 tGATT_REG* p_reg = gatt_get_regcb(gatt_get_gatt_if(p_clcb->conn_id)); in gatt_end_operation() local
1847 uint16_t gatt_get_mtu_pref(const tGATT_REG* p_reg, const RawAddress& bda) { in gatt_get_mtu_pref()
Dgatt_cl.cc637 tGATT_REG* p_reg; in gatt_process_notification() local
Dgatt_int.h356 tGATT_REG* p_reg; /* owner of this CLCB */ member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc565 tBTA_GATTS_RCB* p_reg; in bta_gatts_conn_cback() local
600 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_phy_update_cback() local
617 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_conn_update_cback() local
636 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_subrate_chg_cback() local
Dbta_gatts_utils.cc67 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_main.cc100 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_sys_main.cc68 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
/packages/modules/Nfc/libnfc-nci/src/nfa/sys/
Dnfa_sys_main.cc117 void nfa_sys_register(uint8_t id, const tNFA_SYS_REG* p_reg) { in nfa_sys_register()
/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc128 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_api.cc113 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc144 tGATT_REG* p_reg = gatt_cb.cl_rcb_map[el_.gatt_if].get(); in SetUp() local