Home | History | Annotate | Download | only in srvc

Lines Matching refs:app_id

96                 (* p_inst->p_cback)(p_inst->app_id, BA_WRITE_CLT_CFG_REQ, &cfg);
142 (* p_inst->p_cback)(p_inst->app_id, p_inst->pending_evt, NULL);
198 UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info)
228 p_inst->app_id = app_id;
307 void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp)
316 if (p_inst->app_id == app_id && p_inst->ba_level_hdl != 0)
375 void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level)
382 if (p_inst->app_id == app_id && p_inst->ba_level_hdl != 0)