HomeSort by relevance Sort by last modified time
    Searched refs:ba_level_hdl (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery_int.h 36 UINT16 ba_level_hdl; member in struct:__anon6347
srvc_battery.c 55 if (handle == p_inst->ba_level_hdl ||
123 if (handle == p_inst->ba_level_hdl ||
133 if (handle == p_inst->ba_level_hdl) p_inst->pending_evt = BA_READ_LEVEL_REQ;
238 if ((p_inst->ba_level_hdl = GATTS_AddCharacteristic(srvc_hdl,
316 if (p_inst->app_id == app_id && p_inst->ba_level_hdl != 0)
382 if (p_inst->app_id == app_id && p_inst->ba_level_hdl != 0)
390 srvc_sr_notify(remote_bda, p_inst->ba_level_hdl, 1, &battery_level);

Completed in 27 milliseconds