Searched defs:p_reg (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 182 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 …]
|
D | gatt_main.cc | 423 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
|
D | gatt_utils.cc | 890 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()
|
D | gatt_cl.cc | 637 tGATT_REG* p_reg; in gatt_process_notification() local
|
D | gatt_int.h | 356 tGATT_REG* p_reg; /* owner of this CLCB */ member
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_act.cc | 565 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
|
D | bta_gatts_utils.cc | 67 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
|
/packages/modules/Bluetooth/system/bta/sys/ |
D | bta_sys_main.cc | 100 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_sys_main.cc | 68 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/ |
D | nfa_sys_main.cc | 117 void nfa_sys_register(uint8_t id, const tNFA_SYS_REG* p_reg) { in nfa_sys_register()
|
/packages/modules/Bluetooth/system/bta/ar/ |
D | bta_ar.cc | 128 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_api.cc | 113 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()
|
/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | gatt_sr_test.cc | 144 tGATT_REG* p_reg = gatt_cb.cl_rcb_map[el_.gatt_if].get(); in SetUp() local
|