Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc169 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() local
368 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() local
447 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() local
544 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() local
641 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() local
692 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() local
879 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() local
947 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() local
1056 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Write() local
1105 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite() local
[all …]
Dgatt_main.cc440 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
478 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
633 tGATT_REG* p_reg = NULL; in gatt_channel_congestion() local
664 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated() local
681 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update() local
705 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_subrate_change() local
932 tGATT_REG* p_reg; in gatt_send_conn_cback() local
Dgatt_utils.cc821 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() local
961 tGATT_REG* p_reg = NULL; in gatt_get_regcb() local
1013 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() local
1730 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_cleanup_upon_disc() local
Dgatt_cl.cc641 tGATT_REG* p_reg; in gatt_process_notification() local
Dgatt_int.h363 tGATT_REG* p_reg; /* owner of this CLCB */ member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc585 tBTA_GATTS_RCB* p_reg; in bta_gatts_conn_cback() local
619 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_phy_update_cback() local
637 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); in bta_gatts_conn_update_cback() local
657 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.cc66 tBTA_GATTS_RCB* p_reg; in bta_gatts_find_app_rcb_by_app_if() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_ar.cc46 void bta_ar_reg_avdt(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in bta_ar_reg_avdt()
Dmock_bta_sys_main.cc79 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
Dmock_stack_gatt_main.cc42 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in gatt_act_connect()
Dmock_stack_avdt_api.cc132 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys_main.cc120 void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg) { in bta_sys_register()
/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc76 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.cc97 void AVDT_Register(AvdtpRcb* p_reg, tAVDT_CTRL_CBACK* p_cback) { in AVDT_Register()