Searched refs:tGATT_REG (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/stack/test/gatt/ |
H A D | stack_gatt_test.cc | 81 std::unique_ptr<tGATT_REG> reg0 = std::make_unique<tGATT_REG>(); in TEST_F() 82 std::unique_ptr<tGATT_REG> reg1 = std::make_unique<tGATT_REG>(); in TEST_F() 87 memset(reg0.get(), 0x0, sizeof(tGATT_REG)); in TEST_F() 88 memset(reg1.get(), 0x0, sizeof(tGATT_REG)); in TEST_F() 93 std::unique_ptr<tGATT_REG> reg0 = std::make_unique<tGATT_REG>(); in TEST_F() 96 tGATT_REG reg1; in TEST_F() 97 memset(®1, 0xff, sizeof(tGATT_REG)); in TEST_F() 100 memset(reg0.get(), 0, sizeof(tGATT_REG)); in TEST_F() 108 tGATT_REG* reg0 = new tGATT_REG(); in TEST_F() 109 tGATT_REG* reg1 = new tGATT_REG(); in TEST_F() [all …]
|
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_api.cc | 174 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_AddService() 362 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService() 441 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication() 504 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification() 557 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp() 608 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU() 669 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover() 742 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in GATTC_Read() 993 tGATT_REG* p_reg; in GATT_Register() 1111 tGATT_REG* p_reg; in GATT_StartIf() [all …]
|
H A D | gatt_int.h | 197 } tGATT_REG; typedef 338 tGATT_REG* p_reg; /* owner of this CLCB */ 399 tGATT_REG cl_rcb[GATT_MAX_APPS]; 443 extern bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, 556 extern tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if);
|
H A D | gatt_main.cc | 370 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() 515 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_phy_updated() 532 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_notify_conn_update() 754 tGATT_REG* p_reg; in gatt_send_conn_cback()
|
H A D | gatt_utils.cc | 780 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback() 917 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb() 919 tGATT_REG* p_reg = NULL; in gatt_get_regcb() 953 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_is_clcb_allocated() 1004 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc() 1576 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; in gatt_cleanup_upon_disc()
|
H A D | gatt_cl.cc | 627 tGATT_REG* p_reg; in gatt_process_notification()
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_gatt_main.cc | 42 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_gatt_main.cc | 43 bool gatt_act_connect(tGATT_REG* p_reg, const RawAddress& bd_addr, in gatt_act_connect()
|